Last change
on this file was 47f4eaf, checked in by Marko <Marko@…>, 2 years ago |
Final features implemented
|
-
Property mode
set to
100644
|
File size:
375 bytes
|
Rev | Line | |
---|
[47f4eaf] | 1 | # EditorConfig helps developers define and maintain consistent
|
---|
| 2 | # coding styles between different editors and IDEs
|
---|
| 3 | # editorconfig.org
|
---|
| 4 |
|
---|
| 5 | root = true
|
---|
| 6 |
|
---|
| 7 | [*]
|
---|
| 8 | indent_style = space
|
---|
| 9 | indent_size = 2
|
---|
| 10 |
|
---|
| 11 | end_of_line = lf
|
---|
| 12 | charset = utf-8
|
---|
| 13 | trim_trailing_whitespace = true
|
---|
| 14 | insert_final_newline = true
|
---|
| 15 |
|
---|
| 16 | [*.md]
|
---|
| 17 | trim_trailing_whitespace = false
|
---|
| 18 |
|
---|
| 19 | [*.{json,yml}]
|
---|
| 20 | indent_style = space
|
---|
| 21 | indent_size = 2 |
---|
Note:
See
TracBrowser
for help on using the repository browser.