mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-05 11:33:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user