mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
27 lines
399 B
INI
27 lines
399 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[src/**/*]
|
|
indent_size = 4
|
|
|
|
[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
|