From 19f6915868cf6c34c822e2f0383a058690e8bf2c Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Thu, 21 Feb 2019 20:06:31 -0600 Subject: [PATCH] .editorconfig: extend rules to non-homebrew taps --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ee94686ecf..a3f724a365 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ insert_final_newline = true [{Library/Homebrew/**.rb,.simplecov}] trim_trailing_whitespace = true -[Library/Taps/homebrew/**.rb] +[Library/Taps/**.rb] # trailing whitespace is crucial for patches trim_trailing_whitespace = false