summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-04-18 17:39:03 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2020-04-18 17:39:03 +0200
commite647356210b23224e5bcc8893cfbcb031bad3ed4 (patch)
tree4187b37359f43df82506445517392501bc3e15b3
parent3ca9471db634272162c581988c696f6d73f6baa6 (diff)
style: add editorconfig
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..bb6a1423
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+tab_width = 8
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+
+[{Makefile,**/Makefile,runtime/doc/*.txt}]
+indent_style = tab
+indent_size = 8