2018-02-21 01:26:02 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
tab_width = 2
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.txt]
|
|
|
|
indent_size = false
|
|
|
|
|
2021-01-04 07:49:05 +08:00
|
|
|
[test/fast/Listing versions/Running 'nvm ls' calls into nvm_alias]
|
2019-02-24 14:22:18 +08:00
|
|
|
indent_size = false
|
|
|
|
|
2021-01-04 07:49:05 +08:00
|
|
|
[test/fast/Listing versions/Running 'nvm ls --no-alias' does not call into nvm_alias]
|
2019-02-24 14:41:46 +08:00
|
|
|
indent_size = false
|
|
|
|
|
2020-08-24 05:40:42 +08:00
|
|
|
[test/fast/Unit tests/mocks/**]
|
|
|
|
insert_final_newline = off
|
|
|
|
|
|
|
|
[test/**/.urchin*]
|
|
|
|
insert_final_newline = off
|
|
|
|
|
2018-02-21 01:26:02 +08:00
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|