diff options
author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-01-26 21:18:49 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-26 13:18:49 -0500 |
commit | 19b2d4a62a7c4a0d323ea9307410e5afe00a4871 (patch) | |
tree | 87e0c01ed1dc806d41a1e8ce2236a870a8ac1110 /.editorconfig | |
parent | 2f000303f25d3cb52c76efcc299077050dcad731 (diff) |
Create .editorconfig file (#1592)
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 000000000..a05749c25 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true |