diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
| commit | cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch) | |
| tree | 03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /.editorconfig | |
| parent | 84ed124529ffeee1590295b8de3a8faf51848680 (diff) | |
| download | mitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz | |
Moved to a simpler SSG
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 50fbc96..0000000 --- a/.editorconfig +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # EditorConfig is awesome: https://EditorConfig.org | ||
| 2 | |||
| 3 | # top-most EditorConfig file | ||
| 4 | root = true | ||
| 5 | |||
| 6 | [*] | ||
| 7 | indent_style = space | ||
| 8 | indent_size = 2 | ||
| 9 | end_of_line = lf | ||
| 10 | charset = utf-8 | ||
| 11 | trim_trailing_whitespace = true | ||
| 12 | insert_final_newline = true | ||
| 13 | |||
| 14 | [Makefile] | ||
| 15 | indent_style = tab | ||
| 16 | indent_size = 4 | ||
