Merge pull request #1685 from Homebrew/sync-shared-config
[Homebrew/formulae.brew.sh.git] / .editorconfig
bloba0c7aa58f329cfbe62ddfcc6dd5e075f8d6b8c27
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
11 trim_trailing_whitespace = true
13 [**.{md,html}]
14 indent_size = 4
15 x-soft-wrap-text = true