diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 08:20:22 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 08:20:22 +0100 |
| commit | 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d (patch) | |
| tree | 6bdf6daa597c3335739fde4e661b6934f02c5b09 /.editorconfig | |
| parent | d554a5924d63d3e8ef68a8e573d9f266ff80d95e (diff) | |
| download | mitjafelicijan.com-22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d.tar.gz | |
Made the side more retro!
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 | ||
