aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-02-12 22:09:32 +0100
committerMatthieu Coudron <mattator@gmail.com>2020-02-13 18:08:45 +0100
commit45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0 (patch)
tree48b8163eb8598edd30419a9a082d30f13298dcd3 /.editorconfig
parentcheckhealth: add checkhealth nvim_lsp command (diff)
downloadnvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.tar
nvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.tar.gz
nvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.tar.bz2
nvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.tar.lz
nvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.tar.xz
nvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.tar.zst
nvim-lspconfig-45e639d9bba7d5af4f7b76d53f8ceb453a0cb6c0.zip
added neovim's editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..bb6a1423
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+tab_width = 8
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+
+[{Makefile,**/Makefile,runtime/doc/*.txt}]
+indent_style = tab
+indent_size = 8