|
Last change
on this file since cdcff72 was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
276 bytes
|
| Line | |
|---|
| 1 | root = true
|
|---|
| 2 |
|
|---|
| 3 | [*]
|
|---|
| 4 | indent_style = tab;
|
|---|
| 5 | insert_final_newline = true;
|
|---|
| 6 | quote_type = auto;
|
|---|
| 7 | space_after_anonymous_functions = true;
|
|---|
| 8 | space_after_control_statements = true;
|
|---|
| 9 | spaces_around_operators = true;
|
|---|
| 10 | trim_trailing_whitespace = true;
|
|---|
| 11 | spaces_in_brackets = false;
|
|---|
| 12 | end_of_line = lf;
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.