diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
| commit | 2417a6b7603524dc5cd30d29b153f91024b9443d (patch) | |
| tree | 9be5ea8e5baba96dd9159217da6badf6157fb595 /.editorconfig | |
| parent | 89ba3497f07a8ea43d209b583f39fcc286acc923 (diff) | |
| download | mitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz | |
Move to Jekyll
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 | ||
