main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
353 bytes
|
Rev | Line | |
---|
[d565449] | 1 | root = true
|
---|
| 2 |
|
---|
| 3 | [*]
|
---|
| 4 | indent_style = tab
|
---|
| 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 = 150
|
---|
| 11 |
|
---|
| 12 | [CHANGELOG.md]
|
---|
| 13 | indent_style = space
|
---|
| 14 | indent_size = 2
|
---|
| 15 |
|
---|
| 16 | [.github/workflows/*.yml]
|
---|
| 17 | indent_style = off
|
---|
| 18 | indent_size = off
|
---|
| 19 | max_line_length = off
|
---|
| 20 |
|
---|
| 21 | [{CHANGELOG.md,*.json}]
|
---|
| 22 | max_line_length = off
|
---|
Note:
See
TracBrowser
for help on using the repository browser.