diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
| commit | 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (patch) | |
| tree | c198abb97177f60864530ee46f5cdcf0ae88d2bf /.editorconfig | |
| parent | 421677613114bb40780d3a5516b6930d386d0b09 (diff) | |
| download | mitjafelicijan.com-28dd784a088a35739cdfdc4ce79f8ee6d50bf816.tar.gz | |
Cleanup of repo and move to gostatic
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 1923d41..9f48fab 100644 --- a/.editorconfig +++ b/.editorconfig | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | root = true | 1 | root = true |
| 2 | 2 | ||
| 3 | [*] | 3 | [*] |
| 4 | indent_style = space | ||
| 5 | indent_size = 2 | ||
| 6 | charset = utf-8 | 4 | charset = utf-8 |
| 7 | trim_trailing_whitespace = true | 5 | trim_trailing_whitespace = true |
| 8 | insert_final_newline = true | 6 | insert_final_newline = true |
