We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1c157e + a100d7f commit a6d07eeCopy full SHA for a6d07ee
.editorconfig
@@ -23,3 +23,7 @@ trim_trailing_whitespace = false
23
[runtime/doc/**.txt]
24
# It can mess up some documentation by trying to strip trailing whitespaces
25
trim_trailing_whitespace = false
26
+
27
+[src/MacVim/**]
28
+indent_style = space
29
+indent_size = 4
0 commit comments