source: imaps-frontend/node_modules/resolve/.editorconfig@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 579 bytes
RevLine 
[d565449]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[*.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 = unset
29
30[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
31indent_style = unset
32indent_size = unset
33max_line_length = unset
34insert_final_newline = unset
Note: See TracBrowser for help on using the repository browser.