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