docs: run `brew generate-man-completions`
[Homebrew/brew.git] / .editorconfig
bloba3f724a3659a03bf81b66cdb51af934ee8b34b3f
1 # https://editorconfig.org/
3 root = true
5 [*]
6 charset = utf-8
7 end_of_line = lf
8 indent_style = space
9 indent_size = 2
10 insert_final_newline = true
12 [{Library/Homebrew/**.rb,.simplecov}]
13 trim_trailing_whitespace = true
15 [Library/Taps/**.rb]
16 # trailing whitespace is crucial for patches
17 trim_trailing_whitespace = false
19 [**.md]
20 trim_trailing_whitespace = true
21 x-soft-wrap-text = true