Skip to content

Commit a100d7f

Browse files
committed
Add MacVim-specific settings to .editorconfig
Previously Xcode and other editors were silently picking up the new Vim .editorconfig which uses hard tabs. Add MacVim-specific settings to make tools play nice with MacVim code base.
1 parent 2b11b01 commit a100d7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
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)