.editorconfig: extend rules to non-homebrew taps

This commit is contained in:
Maxim Belkin 2019-02-21 20:06:31 -06:00
parent d3c0d687cc
commit 19f6915868

View File

@ -12,7 +12,7 @@ insert_final_newline = true
[{Library/Homebrew/**.rb,.simplecov}] [{Library/Homebrew/**.rb,.simplecov}]
trim_trailing_whitespace = true trim_trailing_whitespace = true
[Library/Taps/homebrew/**.rb] [Library/Taps/**.rb]
# trailing whitespace is crucial for patches # trailing whitespace is crucial for patches
trim_trailing_whitespace = false trim_trailing_whitespace = false