also apply .editorconfig to Markdown files

This commit is contained in:
EricFromCanada 2018-10-05 17:33:24 -04:00
parent 31dbc4f985
commit 341b24a9c5

View File

@ -9,9 +9,13 @@ indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true insert_final_newline = true
[{Homebrew/**.rb,.simplecov}] [{Library/Homebrew/**.rb,.simplecov}]
trim_trailing_whitespace = true trim_trailing_whitespace = true
[Taps/homebrew/**.rb] [Library/Taps/homebrew/**.rb]
# trailing whitespace is crucial for patches # trailing whitespace is crucial for patches
trim_trailing_whitespace = false trim_trailing_whitespace = false
[**.md]
trim_trailing_whitespace = true
x-soft-wrap-text = true