Skip to content

Commit

Permalink
Add MacVim-specific settings to .editorconfig
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ychin committed Dec 24, 2024
1 parent 2b11b01 commit a100d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a100d7f

Please sign in to comment.