summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-01-26 21:18:49 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-01-26 13:18:49 -0500
commit19b2d4a62a7c4a0d323ea9307410e5afe00a4871 (patch)
tree87e0c01ed1dc806d41a1e8ce2236a870a8ac1110 /.editorconfig
parent2f000303f25d3cb52c76efcc299077050dcad731 (diff)
Create .editorconfig file (#1592)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
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