repo: update .editorconfig
This commit is contained in:
parent
51d850f9f4
commit
fb72b38e86
@ -1,4 +1,22 @@
|
|||||||
[PKGBUILD]
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[PKGBUILD]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_style = tab
|
||||||
|
tab_width = 4
|
||||||
|
insert_final_newline = false
|
||||||
|
|
||||||
|
[*.fish]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.service]
|
||||||
|
insert_final_newline = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user