blob: b96fcfbf23d48fbe6db5c915470403f8e1b48600 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001root = true
2
3[*]
4indent_style = space
5indent_size = 2
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10max_line_length = 200
11
12[*.js]
13block_comment_start = /*
14block_comment = *
15block_comment_end = */
16
17[*.yml]
18indent_size = 1
19
20[package.json]
21indent_style = tab
22
23[CHANGELOG.md]
24indent_style = space
25indent_size = 2
26
27[{*.json,Makefile}]
28max_line_length = off
29
30[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
31indent_style = off
32indent_size = off
33max_line_length = off
34insert_final_newline = off