Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
387 bytes
|
Rev | Line | |
---|
[6a3a178] | 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.