aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorZhizhen He <hezhizhen.yi@gmail.com>2023-03-23 16:35:08 +0800
committerGitHub <noreply@github.com>2023-03-23 16:35:08 +0800
commitc6105c449683b944b5d2138fcf82f18c657249e9 (patch)
tree63a3c0ff4078e4e88c760261eee503b5319cfd32 /.editorconfig
parentfeat: add PyrightSetPythonPath command to pyright config (#2519) (diff)
downloadnvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.gz
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.bz2
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.lz
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.xz
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.zst
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.zip
chore: remove redundant config for Lua (#2523)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 489c20c0..bb6a1423 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,10 +8,6 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
-[*.lua]
-indent_style = space
-indent_size = 2
-
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8