summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorOleg Morozenkov <reo7sp@users.noreply.github.com>2017-01-15 02:01:01 +0300
committerOleg Morozenkov <reo7sp@users.noreply.github.com>2017-01-15 02:01:01 +0300
commitbbf030e1d315d6ba108a75a5ce0113485a2319ba (patch)
tree7668acf3314a06c6cf485fabb2146220b36ded61 /.editorconfig
parentf986328344e1e5a1c7fad3a529f27bb85aed0c83 (diff)
Editor config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..8c1f22e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+indent_style = tab