a | b/.editorconfig | ||
---|---|---|---|
1 | # see http://editorconfig.org |
||
2 | root = true |
||
3 | |||
4 | [*] |
||
5 | end_of_line = lf |
||
6 | trim_trailing_whitespace = true |
||
7 | insert_final_newline = true |
||
8 | indent_style = space |
||
9 | indent_size = 4 |
||
10 | charset = utf-8 |
||
11 | |||
12 | [*.{bat,cmd,ps1}] |
||
13 | end_of_line = crlf |