diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-30 00:32:50 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-30 00:32:50 +0100 |
| commit | 5471d723a030705c349c1633faf134b137bc9a5a (patch) | |
| tree | 54942790b44a79e5a21bf95cb23da3de24cc660d /.editorconfig | |
| parent | 408e00616d219601db45776409e54ffa579e431c (diff) | |
| download | mitjafelicijan.com-5471d723a030705c349c1633faf134b137bc9a5a.tar.gz | |
Added comment curation tool available at /comments.html
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 1923d41..eebf0a8 100644 --- a/.editorconfig +++ b/.editorconfig | |||
| @@ -6,3 +6,7 @@ indent_size = 2 | |||
| 6 | charset = utf-8 | 6 | charset = utf-8 |
| 7 | trim_trailing_whitespace = true | 7 | trim_trailing_whitespace = true |
| 8 | insert_final_newline = true | 8 | insert_final_newline = true |
| 9 | |||
| 10 | [Makefile] | ||
| 11 | indent_style = tab | ||
| 12 | indent_size = 4 | ||
