diff options
author | rtk0c <[email protected]> | 2021-05-31 14:33:27 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-05-31 14:33:27 -0700 |
commit | 9a8a63b59020bc87d17fd6ce2c7224fd05afe558 (patch) | |
tree | 5867d073f676740f0b9e241c0642e5871e36c30b | |
parent | 8157678eba97d7de5c53b424a9866d327392bbd9 (diff) |
Add .editorconfig
-rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c308ed0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |