aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: a11e8ec314235c81fa9a361672e5a8f83e6eb982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

# All
[*]
charset = utf-8

# Extension
[*.sh]
end_of_line = lf
indent_style = space
indent_size = 2

[*.cmd]
end_of_line = crlf

# EOF