summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorKOLANICH <kolan_n@mail.ru>2019-12-03 10:01:40 (GMT)
committerJan Niklas Hasse <jhasse@bixense.com>2019-12-22 13:12:43 (GMT)
commit94c66fd01a8da67a9e169135780d8967eba69048 (patch)
treed7e6e5b034e5be59dba996faa6e2a11a070476dc /.editorconfig
parentca08c43c0e16067ce216f019e516c26132f4eca6 (diff)
downloadNinja-94c66fd01a8da67a9e169135780d8967eba69048.zip
Ninja-94c66fd01a8da67a9e169135780d8967eba69048.tar.gz
Ninja-94c66fd01a8da67a9e169135780d8967eba69048.tar.bz2
Add .editorconfig
See https://editorconfig.org/ for more info.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..0cc68d6
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+end_of_line = lf
+
+[CMakeLists.txt]
+indent_style = tab