source: trip-planner-front/node_modules/qs/.editorconfig@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 399 bytes
Line 
1root = true
2
3[*]
4indent_style = space
5indent_size = 4
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10max_line_length = 160
11
12[test/*]
13max_line_length = off
14
15[*.md]
16max_line_length = off
17
18[*.json]
19max_line_length = off
20
21[Makefile]
22max_line_length = off
23
24[CHANGELOG.md]
25indent_style = space
26indent_size = 2
27
28[LICENSE]
29indent_size = 2
30max_line_length = off
Note: See TracBrowser for help on using the repository browser.