mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Merge pull request #1517 from ychin/macvim-editorconfig
Add MacVim-specific settings to .editorconfig
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