mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
also apply .editorconfig to Markdown files
This commit is contained in:
parent
31dbc4f985
commit
341b24a9c5
@ -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
|
Loading…
x
Reference in New Issue
Block a user