diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-25 01:49:59 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-25 01:49:59 +0200 |
| commit | 52dd381304bf920eeced8985e8ab1d4cb1bc40a4 (patch) | |
| tree | 90df088dfc7523e4ad0742d6773cea00366a6c08 /.editorconfig | |
| parent | bc4ea1bd4874860f1abb22f0a6a1b4c305cbc77e (diff) | |
| download | mitjafelicijan.com-52dd381304bf920eeced8985e8ab1d4cb1bc40a4.tar.gz | |
Added simple commenting system with Firebase Database integration
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 9f48fab..1923d41 100644 --- a/.editorconfig +++ b/.editorconfig | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | root = true | 1 | root = true |
| 2 | 2 | ||
| 3 | [*] | 3 | [*] |
| 4 | indent_style = space | ||
| 5 | indent_size = 2 | ||
| 4 | charset = utf-8 | 6 | charset = utf-8 |
| 5 | trim_trailing_whitespace = true | 7 | trim_trailing_whitespace = true |
| 6 | insert_final_newline = true | 8 | insert_final_newline = true |
