aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authortunnckoCore <[email protected]>2017-01-17 19:13:41 +0200
committertunnckoCore <[email protected]>2017-01-17 19:13:41 +0200
commite7c222c0e840b34eb56566da453d7a12a257c61f (patch)
tree784bfbf1f45ff70e83835305f0d857775349d710 /.editorconfig
parent8b4f2defd7fca02674a45d89900557a6a4b5e5c3 (diff)
add editorconfig, fix original identation
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 0000000..3dbf828
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+