diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
| commit | 1100562e29f6476448b656dbddd4cf22505523f6 (patch) | |
| tree | 442eec492199104bd49dfd74474ce89ade8fcac9 /.editorconfig | |
| parent | a40d80be378e46a6c490e1b99b0d8f4acd968503 (diff) | |
| download | mitjafelicijan.com-1100562e29f6476448b656dbddd4cf22505523f6.tar.gz | |
Move back to JBMAFP
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index cc53074..0000000 --- a/.editorconfig +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 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 | |||
| 9 | [Makefile] | ||
| 10 | indent_style = tab | ||
| 11 | indent_size = 4 | ||
| 12 | |||
| 13 | [*.c] | ||
| 14 | indent_style = space | ||
| 15 | indent_size = 2 | ||
| 16 | |||
| 17 | [*.sh] | ||
| 18 | indent_style = space | ||
| 19 | indent_size = 4 | ||
| 20 | |||
| 21 | [*.go] | ||
| 22 | indent_style = tab | ||
| 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 | ||
