diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ae26532 --- /dev/null +++ b/.editorconfig | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | root = true | ||
| 2 | |||
| 3 | [*] | ||
| 4 | charset = utf-8 | ||
| 5 | trim_trailing_whitespace = true | ||
| 6 | insert_final_newline = true | ||
| 7 | end_of_line = lf | ||
| 8 | indent_style = space | ||
| 9 | indent_size = 2 | ||
| 10 | |||
| 11 | [Makefile] | ||
| 12 | indent_style = tab | ||
| 13 | indent_size = 4 | ||
