diff options
author | Florrie <towerofnix@gmail.com> | 2019-10-17 10:12:41 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-10-17 10:12:41 -0300 |
commit | b7167c15990a6e65b1ef41eecd683b7b0d1f4b53 (patch) | |
tree | d5a449c309d87b9c89ec7ca037db0859db31dfaa /.editorconfig |
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..5f27700 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true |