Skip to content

Commit a6d07ee

Browse files
authored
Merge pull request #1517 from ychin/macvim-editorconfig
Add MacVim-specific settings to .editorconfig
2 parents d1c157e + a100d7f commit a6d07ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ trim_trailing_whitespace = false
2323
[runtime/doc/**.txt]
2424
# It can mess up some documentation by trying to strip trailing whitespaces
2525
trim_trailing_whitespace = false
26+
27+
[src/MacVim/**]
28+
indent_style = space
29+
indent_size = 4

0 commit comments

Comments
 (0)