UNPKG

640 BPlain TextView Raw
1root = true
2
3[*]
4end_of_line = lf
5charset = utf-8
6trim_trailing_whitespace = true
7insert_final_newline = true
8
9[vcbuild.bat]
10end_of_line = crlf
11
12[{lib,src,test}/**.js]
13indent_style = space
14indent_size = 4
15
16[src/**.{h,cc}]
17indent_style = space
18indent_size = 4
19
20[test/*.py]
21indent_style = space
22indent_size = 4
23
24[configure]
25indent_style = space
26indent_size = 4
27
28[Makefile]
29indent_style = tab
30indent_size = 8
31
32[{deps,tools}/**]
33indent_style = ignore
34indent_size = ignore
35end_of_line = ignore
36trim_trailing_whitespace = ignore
37charset = ignore
38
39[{test/fixtures,deps,tools/eslint,tools/gyp,tools/icu,tools/msvs}/**]
40insert_final_newline = false