mirror of
https://github.com/Homebrew/brew.git
synced 2024-11-25 16:33:34 +08:00
d0795d2b9d
- This diagram was really old and didn't reflect the current practices (a lot more things are automated now, hurray). - Anything we replace it with will get outdated fast too. - Also delete the diagramming docs since I don't believe we have made another diagram since this one which got out of date and forgotten about since it was a DrawIO SVG and not easily editable as code. - If we want diagrams these days, we can use Mermaid which is diagrams-as-code.
22 lines
380 B
INI
22 lines
380 B
INI
# https://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|
|
[{Library/Homebrew/**.rb,.simplecov}]
|
|
trim_trailing_whitespace = true
|
|
|
|
[Library/Taps/**.rb]
|
|
# trailing whitespace is crucial for patches
|
|
trim_trailing_whitespace = false
|
|
|
|
[**.md]
|
|
trim_trailing_whitespace = true
|
|
x-soft-wrap-text = true
|