aswi2020vldc-gitlab/templetes/node_modules/loglevel/.editorconfig @ 9bb1e829
1 |
|
---|---|
2 |
# EditorConfig defines and maintains consistent coding styles between different |
3 |
# editors and IDEs: http://EditorConfig.org/ |
4 |
# Top-most EditorConfig file |
5 |
root = true |
6 |
|
7 |
# All files |
8 |
[*.*] |
9 |
charset = utf-8 |
10 |
end_of_line = lf |
11 |
insert_final_newline = true |
12 |
indent_style = space |
13 |
indent_size = 4 |
14 |
trim_trailing_whitespace = true |
15 |
max_line_length = 80 |
16 |
|
17 |
[*.md] |
18 |
indent_size = 2 |
19 |
|
20 |
[*.json] |
21 |
indent_size = 2 |