diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index eebf0a8..50fbc96 100644 --- a/.editorconfig +++ b/.editorconfig | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | # EditorConfig is awesome: https://EditorConfig.org | ||
| 2 | |||
| 3 | # top-most EditorConfig file | ||
| 1 | root = true | 4 | root = true |
| 2 | 5 | ||
| 3 | [*] | 6 | [*] |
| 4 | indent_style = space | 7 | indent_style = space |
| 5 | indent_size = 2 | 8 | indent_size = 2 |
| 9 | end_of_line = lf | ||
| 6 | charset = utf-8 | 10 | charset = utf-8 |
| 7 | trim_trailing_whitespace = true | 11 | trim_trailing_whitespace = true |
| 8 | insert_final_newline = true | 12 | insert_final_newline = true |
