Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
605 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 | [*.js]
|
---|
| 13 | block_comment_start = /*
|
---|
| 14 | block_comment = *
|
---|
| 15 | block_comment_end = */
|
---|
| 16 |
|
---|
| 17 | [*.yml]
|
---|
| 18 | indent_size = 1
|
---|
| 19 |
|
---|
| 20 | [package.json]
|
---|
| 21 | indent_style = tab
|
---|
| 22 |
|
---|
| 23 | [lib/core.json]
|
---|
| 24 | indent_style = tab
|
---|
| 25 |
|
---|
| 26 | [CHANGELOG.md]
|
---|
| 27 | indent_style = space
|
---|
| 28 | indent_size = 2
|
---|
| 29 |
|
---|
| 30 | [{*.json,Makefile}]
|
---|
| 31 | max_line_length = off
|
---|
| 32 |
|
---|
| 33 | [test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
|
---|
| 34 | indent_style = off
|
---|
| 35 | indent_size = off
|
---|
| 36 | max_line_length = off
|
---|
| 37 | insert_final_newline = off
|
---|
Note:
See
TracBrowser
for help on using the repository browser.