diff options
author | Florrie <towerofnix@gmail.com> | 2019-10-17 12:32:13 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-10-17 12:32:13 -0300 |
commit | f1cc65d376141fa5e76878ffd3da4392f8a7c747 (patch) | |
tree | 9f9d3c3aa45ddd61cf60480ca128025226133c0c | |
parent | 6489702a7e4143f8634f1d4854ff7d19d7456926 (diff) |
Add .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 |