From 341b24a9c5b697569f652adad439a263989adc47 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Fri, 5 Oct 2018 17:33:24 -0400 Subject: [PATCH] also apply .editorconfig to Markdown files --- Library/.editorconfig => .editorconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename Library/.editorconfig => .editorconfig (65%) diff --git a/Library/.editorconfig b/.editorconfig similarity index 65% rename from Library/.editorconfig rename to .editorconfig index e2dc557eee..ee94686ecf 100644 --- a/Library/.editorconfig +++ b/.editorconfig @@ -9,9 +9,13 @@ indent_style = space indent_size = 2 insert_final_newline = true -[{Homebrew/**.rb,.simplecov}] +[{Library/Homebrew/**.rb,.simplecov}] trim_trailing_whitespace = true -[Taps/homebrew/**.rb] +[Library/Taps/homebrew/**.rb] # trailing whitespace is crucial for patches trim_trailing_whitespace = false + +[**.md] +trim_trailing_whitespace = true +x-soft-wrap-text = true