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:
421 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | # EditorConfig helps developers define and maintain consistent
|
---|
| 2 | # coding styles between different editors and IDEs
|
---|
| 3 | # http://editorconfig.org
|
---|
| 4 |
|
---|
| 5 | root = true
|
---|
| 6 |
|
---|
| 7 | [*]
|
---|
| 8 |
|
---|
| 9 | # Change these settings to your own preference
|
---|
| 10 | indent_style = space
|
---|
| 11 | indent_size = 4
|
---|
| 12 |
|
---|
| 13 | # We recommend you to keep these unchanged
|
---|
| 14 | end_of_line = lf
|
---|
| 15 | charset = utf-8
|
---|
| 16 | trim_trailing_whitespace = true
|
---|
| 17 | insert_final_newline = true
|
---|
| 18 |
|
---|
| 19 | [*.md]
|
---|
| 20 | trim_trailing_whitespace = false
|
---|
Note:
See
TracBrowser
for help on using the repository browser.