mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
chore(style): tune up .editorconfig
This commit is contained in:
parent
1d9be878e3
commit
d57337fe48
@ -1,17 +1,26 @@
|
||||
root = true
|
||||
|
||||
[src/**/*]
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[test/**/*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[src/**/*]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[test/**/*]
|
||||
indent_size = 4
|
||||
|
||||
# Ignore vendor
|
||||
[vendor/**/*]
|
||||
charset = unset
|
||||
end_of_line = unset
|
||||
indent_size = unset
|
||||
indent_style = unset
|
||||
insert_final_newline = unset
|
||||
trim_trailing_whitespace = unset
|
||||
|
||||
Loading…
Reference in New Issue
Block a user