2026-03-17 07:07:36 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
2026-03-19 23:07:24 +00:00
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 4
|
2026-03-17 07:07:36 +00:00
|
|
|
end_of_line = lf
|
|
|
|
|
charset = utf-8
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
|
|
[{package.json,*.yml}]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|
|
|
|
|
|
2026-03-19 23:07:24 +00:00
|
|
|
[appveyor.yml]
|
|
|
|
|
end_of_line = crlf
|
|
|
|
|
|
2026-03-17 07:07:36 +00:00
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|