repo.or.cz
/
Homebrew
/
formulae.brew.sh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1685 from Homebrew/sync-shared-config
[Homebrew/formulae.brew.sh.git]
/
.editorconfig
blob
a0c7aa58f329cfbe62ddfcc6dd5e075f8d6b8c27
1
# https://editorconfig.org/
2
3
root = true
4
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
12
13
[**.{md,html}]
14
indent_size = 4
15
x-soft-wrap-text = true