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.
This commit is contained in:
Yee Cheng Chin
2024-12-24 06:09:24 -08:00
parent 2b11b01da3
commit a100d7fd0a

View File

@@ -23,3 +23,7 @@ trim_trailing_whitespace = false
[runtime/doc/**.txt]
# It can mess up some documentation by trying to strip trailing whitespaces
trim_trailing_whitespace = false
[src/MacVim/**]
indent_style = space
indent_size = 4