Skip to content
Snippets Groups Projects
.editorconfig 467 B
Newer Older
Viktor Szakats's avatar
Viktor Szakats committed
# https://editorconfig.org/

root = true

[*]
Bob W. Hogg's avatar
Bob W. Hogg committed
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
[{Library/Homebrew/**.rb,.simplecov}]
Bob W. Hogg's avatar
Bob W. Hogg committed
trim_trailing_whitespace = true

[Library/Taps/**.rb]
Bob W. Hogg's avatar
Bob W. Hogg committed
# trailing whitespace is crucial for patches
trim_trailing_whitespace = false
[**.drawio.svg]
indent_size = unset
indent_style = unset
insert_final_newline = false

[**.md]
trim_trailing_whitespace = true
x-soft-wrap-text = true