summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 0cffa1f635..d531f437e2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,8 +15,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
-# Autotools, Make, Nmake
-[{Makefile.am,Makefile,Makefile.nmake,config.nmake}]
+# Autotools, Make
+[{Makefile.am,Makefile}]
indent_style = tab
indent_size = 8