diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index ae26532..cc53074 100644 --- a/.editorconfig +++ b/.editorconfig | |||
| @@ -5,9 +5,27 @@ charset = utf-8 | |||
| 5 | trim_trailing_whitespace = true | 5 | trim_trailing_whitespace = true |
| 6 | insert_final_newline = true | 6 | insert_final_newline = true |
| 7 | end_of_line = lf | 7 | end_of_line = lf |
| 8 | |||
| 9 | [Makefile] | ||
| 10 | indent_style = tab | ||
| 11 | indent_size = 4 | ||
| 12 | |||
| 13 | [*.c] | ||
| 8 | indent_style = space | 14 | indent_style = space |
| 9 | indent_size = 2 | 15 | indent_size = 2 |
| 10 | 16 | ||
| 11 | [Makefile] | 17 | [*.sh] |
| 18 | indent_style = space | ||
| 19 | indent_size = 4 | ||
| 20 | |||
| 21 | [*.go] | ||
| 12 | indent_style = tab | 22 | indent_style = tab |
| 13 | indent_size = 4 | 23 | indent_size = 4 |
| 24 | |||
| 25 | [*.sql] | ||
| 26 | indent_style = space | ||
| 27 | indent_size = 2 | ||
| 28 | |||
| 29 | [*.{css,html,js,django}] | ||
| 30 | indent_style = space | ||
| 31 | indent_size = 2 | ||
