Merge pull request #1517 from ychin/macvim-editorconfig

Add MacVim-specific settings to .editorconfig
This commit is contained in:
Yee Cheng Chin
2024-12-25 02:34:47 +09:00
committed by GitHub
+4
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