mirror of
https://github.com/kochetkov-ma/allure-server.git
synced 2024-11-24 08:22:37 +02:00
19 lines
271 B
INI
19 lines
271 B
INI
|
# Editor configuration, see http://editorconfig.org
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
max_line_length = 200
|
||
|
|
||
|
[*.java]
|
||
|
max_line_length = 180
|
||
|
|
||
|
[*.yml]
|
||
|
indent_size = 2
|
||
|
|
||
|
[*.yaml]
|
||
|
indent_size = 2
|