2015-09-22 03:36:03 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
2018-09-29 13:09:04 +00:00
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
2016-11-01 21:59:39 +00:00
|
|
|
insert_final_newline = true
|
2018-09-29 13:09:04 +00:00
|
|
|
trim_trailing_whitespace = true
|
2020-11-07 11:21:48 +00:00
|
|
|
quote_type = single
|
2015-09-22 03:36:03 +00:00
|
|
|
|
|
|
|
[vcbuild.bat]
|
|
|
|
end_of_line = crlf
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_size = 8
|
2018-09-29 13:09:04 +00:00
|
|
|
indent_style = tab
|
2015-09-22 03:36:03 +00:00
|
|
|
|
2018-03-21 18:22:10 +00:00
|
|
|
[{deps}/**]
|
2019-06-26 20:42:09 +00:00
|
|
|
charset = unset
|
|
|
|
end_of_line = unset
|
|
|
|
indent_size = unset
|
|
|
|
indent_style = unset
|
|
|
|
trim_trailing_whitespace = unset
|
2016-11-01 21:59:39 +00:00
|
|
|
|
2024-06-19 19:54:08 +00:00
|
|
|
[{test/fixtures,deps,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**]
|
2016-11-01 21:59:39 +00:00
|
|
|
insert_final_newline = false
|