sdk/.editorconfig

14 lines
201 B
INI
Raw Normal View History

2019-08-13 11:40:38 +02:00
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
2019-08-13 11:40:38 +02:00
indent_style=space
indent_size=4
[*.json]
indent_size=2
2019-07-17 13:27:04 +02:00
2019-08-13 11:40:38 +02:00
[*.{kt,kts}]
disabled_rules=import-ordering,no-wildcard-imports
max_line_length=177