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

# All
[*]
charset = utf-8

# Extension
[*.sh]
end_of_line = lf

[*.cmd]
end_of_line = crlf

# EOF