From e799a7f40743a97eaff2c02cc8873720604e2f0c Mon Sep 17 00:00:00 2001 From: HiPhish Date: Wed, 11 Jan 2023 20:19:42 +0100 Subject: [PATCH] Update dotfiles --- .editorconfig | 12 +++++++++--- .gitignore | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) 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