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, 0 insertions, 11 deletions
diff --git a/.vim/.editorconfig b/.vim/.editorconfig
deleted file mode 100644
index c0b69e9..0000000
--- a/.vim/.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-root = true
-
-[*]
-indent_style = space
-indent_size = 2
-tab_width = 8
-end_of_line = lf
-insert_final_newline = true
-
-[*.lua]
-max_line_length = 100