author | ymh <ymh.work@gmail.com> |
Fri, 17 Nov 2017 18:02:04 +0100 | |
changeset 567 | 271e2afbf830 |
parent 537 | d2e6ee099125 |
permissions | -rw-r--r-- |
4 | 1 |
# EditorConfig helps developers define and maintain consistent |
2 |
# coding styles between different editors and IDEs |
|
3 |
# editorconfig.org |
|
4 |
||
5 |
root = true |
|
6 |
||
7 |
||
8 |
[*] |
|
9 |
end_of_line = lf |
|
10 |
charset = utf-8 |
|
11 |
trim_trailing_whitespace = true |
|
12 |
insert_final_newline = true |
|
13 |
indent_style = space |
|
14 |
indent_size = 2 |
|
15 |
||
16 |
[*.hbs] |
|
17 |
insert_final_newline = false |
|
18 |
||
19 |
[*.{diff,md}] |
|
20 |
trim_trailing_whitespace = false |