summary refs log tree commit diff
path: root/.vim/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.vim/.editorconfig')
-rw-r--r--.vim/.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.vim/.editorconfig b/.vim/.editorconfig
new file mode 100644
index 0000000..c0b69e9
--- /dev/null
+++ b/.vim/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+tab_width = 8
+end_of_line = lf
+insert_final_newline = true
+
+[*.lua]
+max_line_length = 100