main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
569 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 | quote_type = single
|
---|
12 |
|
---|
13 | [test/*]
|
---|
14 | max_line_length = off
|
---|
15 |
|
---|
16 | [LICENSE.md]
|
---|
17 | indent_size = off
|
---|
18 |
|
---|
19 | [*.md]
|
---|
20 | max_line_length = off
|
---|
21 |
|
---|
22 | [*.json]
|
---|
23 | max_line_length = off
|
---|
24 |
|
---|
25 | [Makefile]
|
---|
26 | max_line_length = off
|
---|
27 |
|
---|
28 | [CHANGELOG.md]
|
---|
29 | indent_style = space
|
---|
30 | indent_size = 2
|
---|
31 |
|
---|
32 | [LICENSE]
|
---|
33 | indent_size = 2
|
---|
34 | max_line_length = off
|
---|
35 |
|
---|
36 | [coverage/**/*]
|
---|
37 | indent_size = off
|
---|
38 | indent_style = off
|
---|
39 | indent = off
|
---|
40 | max_line_length = off
|
---|
41 |
|
---|
42 | [.nycrc]
|
---|
43 | indent_style = tab
|
---|
Note:
See
TracBrowser
for help on using the repository browser.