source: trip-planner-front/node_modules/loglevel/.editorconfig@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 387 bytes
Line 
1
2# EditorConfig defines and maintains consistent coding styles between different
3# editors and IDEs: http://EditorConfig.org/
4# Top-most EditorConfig file
5root = true
6
7# All files
8[*.*]
9charset = utf-8
10end_of_line = lf
11insert_final_newline = true
12indent_style = space
13indent_size = 4
14trim_trailing_whitespace = true
15max_line_length = 80
16
17[*.md]
18indent_size = 2
19
20[*.json]
21indent_size = 2
Note: See TracBrowser for help on using the repository browser.