author | Chloe Laisne <chloe.laisne@gmail.com> |
Sun, 17 Jul 2016 14:41:03 +0200 | |
changeset 241 | da3c6ba8a80b |
parent 4 | f55970e41793 |
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 |
||
10 |
# Change these settings to your own preference |
|
11 |
indent_style = space |
|
12 |
indent_size = 4 |
|
13 |
||
14 |
# We recommend you to keep these unchanged |
|
15 |
end_of_line = lf |
|
16 |
charset = utf-8 |
|
17 |
trim_trailing_whitespace = true |
|
18 |
insert_final_newline = true |
|
19 |
||
20 |
[*.md] |
|
21 |
trim_trailing_whitespace = false |