|
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 | |
|---|
| 1 | root = true
|
|---|
| 2 |
|
|---|
| 3 | [*]
|
|---|
| 4 | indent_style = space
|
|---|
| 5 | indent_size = 2
|
|---|
| 6 | end_of_line = lf
|
|---|
| 7 | charset = utf-8
|
|---|
| 8 | trim_trailing_whitespace = true
|
|---|
| 9 | insert_final_newline = true
|
|---|
| 10 | max_line_length = 200
|
|---|
| 11 |
|
|---|
| 12 | [*.{,m}js]
|
|---|
| 13 | block_comment_start = /*
|
|---|
| 14 | block_comment = *
|
|---|
| 15 | block_comment_end = */
|
|---|
| 16 |
|
|---|
| 17 | [*.yml]
|
|---|
| 18 | indent_style = space
|
|---|
| 19 | indent_size = 1
|
|---|
| 20 |
|
|---|
| 21 | [{package.json,*.mjs}]
|
|---|
| 22 | indent_style = tab
|
|---|
| 23 |
|
|---|
| 24 | [lib/core.json]
|
|---|
| 25 | indent_style = tab
|
|---|
| 26 |
|
|---|
| 27 | [CHANGELOG.md]
|
|---|
| 28 | indent_style = space
|
|---|
| 29 | indent_size = 2
|
|---|
| 30 |
|
|---|
| 31 | [{*.json,Makefile,CONTRIBUTING.md}]
|
|---|
| 32 | max_line_length = off
|
|---|
| 33 |
|
|---|
| 34 | [test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
|
|---|
| 35 | indent_style = off
|
|---|
| 36 | indent_size = off
|
|---|
| 37 | max_line_length = off
|
|---|
| 38 | insert_final_newline = off
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.