diff --git a/.editorconfig b/.editorconfig index 347ad27..f7d89a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,15 @@ root = true [*] -indent_style = space -indent_size = 4 -tab_width = 8 +indent_size = tab +tab_width = 4 end_of_line = lf insert_final_newline = true charset = utf-8 + +[*.lua] +indent_style = tab + +[*.scm] +indent_style = space +indent_size = 2 diff --git a/.gitignore b/.gitignore index a56c323..778922b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -lua/rainbow/colors.lua +# Tag file created by Vim +doc/tags