source: frontend/node_modules/resolve/.editorconfig

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 654 bytes
Line 
1root = 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[*.{,m}js]
13block_comment_start = /*
14block_comment = *
15block_comment_end = */
16
17[*.yml]
18indent_style = space
19indent_size = 1
20
21[{package.json,*.mjs}]
22indent_style = tab
23
24[lib/core.json]
25indent_style = tab
26
27[CHANGELOG.md]
28indent_style = space
29indent_size = 2
30
31[{*.json,Makefile,CONTRIBUTING.md}]
32max_line_length = off
33
34[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
35indent_style = off
36indent_size = off
37max_line_length = off
38insert_final_newline = off
Note: See TracBrowser for help on using the repository browser.