diff options
author | Florrie <towerofnix@gmail.com> | 2019-01-16 14:37:45 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-01-16 14:37:45 -0400 |
commit | b3a6398b03839d9a9c5f2a1a9bac144867e283a6 (patch) | |
tree | 012b8673f319efa1b5789bbc0fcaa4b986614799 /.editorconfig |
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e73c4f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true |