Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
399 bytes
|
Line | |
---|
1 | root = true
|
---|
2 |
|
---|
3 | [*]
|
---|
4 | indent_style = space
|
---|
5 | indent_size = 4
|
---|
6 | end_of_line = lf
|
---|
7 | charset = utf-8
|
---|
8 | trim_trailing_whitespace = true
|
---|
9 | insert_final_newline = true
|
---|
10 | max_line_length = 160
|
---|
11 |
|
---|
12 | [test/*]
|
---|
13 | max_line_length = off
|
---|
14 |
|
---|
15 | [*.md]
|
---|
16 | max_line_length = off
|
---|
17 |
|
---|
18 | [*.json]
|
---|
19 | max_line_length = off
|
---|
20 |
|
---|
21 | [Makefile]
|
---|
22 | max_line_length = off
|
---|
23 |
|
---|
24 | [CHANGELOG.md]
|
---|
25 | indent_style = space
|
---|
26 | indent_size = 2
|
---|
27 |
|
---|
28 | [LICENSE]
|
---|
29 | indent_size = 2
|
---|
30 | max_line_length = off
|
---|
Note:
See
TracBrowser
for help on using the repository browser.