aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-08-23 13:47:12 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-08-23 13:47:15 -0400
commit13673ea78de6da4ffb18bd5fd58d6874c641b7fa (patch)
treec3086d41a3e5a95c79d1c7d37bb9a186c48d4101
parente89df8a54de351f829da8cc807f8611182f60651 (diff)
downloadrneovim-13673ea78de6da4ffb18bd5fd58d6874c641b7fa.tar.gz
rneovim-13673ea78de6da4ffb18bd5fd58d6874c641b7fa.tar.bz2
rneovim-13673ea78de6da4ffb18bd5fd58d6874c641b7fa.zip
editorconfig: Makefile uses 8-width tab indent
-rw-r--r--.editorconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index ac902ecec5..c0b80fdf47 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,10 +7,6 @@ end_of_line = lf
insert_final_newline = true
charset = utf_8
-[runtime/doc/*.txt]
+[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8
-
-[Makefile]
-indent_style = tab
-tab_width = 4