mirror of
https://github.com/preactjs/wmr.git
synced 2026-02-01 16:07:49 +00:00
23 lines
363 B
INI
23 lines
363 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{.*rc,*.yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[package.json]
|
|
insert_final_newline = false
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[test/fixtures/**/*.expected.*]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|