2024-03-08 10:41:13 -05:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.js]
|
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[package.json]
|
|
|
|
indent_size = 2
|
2024-03-08 19:59:50 -05:00
|
|
|
|
|
|
|
[renovate.json5]
|
|
|
|
indent_size = 2
|