diff options
author | Florrie <towerofnix@gmail.com> | 2019-01-31 13:28:43 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-01-31 13:28:43 -0400 |
commit | 4bb56a667d5669e25805a5fbac835ffcbb64b189 (patch) | |
tree | e80643035e1d36241f08bfadc119f0bd6ba32e25 | |
parent | bd1870aff19e8e5f23131316f6833496d0f3827e (diff) |
Add editorconfig file
-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 |