seedvault/.editorconfig
Torsten Grote 6c531066e7 Enable automatic coding style linting with ktlint (also on CI)
This way the coding style is guaranteed to stay consistent.
2020-10-07 19:44:05 +05:30

4 lines
73 B
INI

[*.{kt,kts}]
indent_size=4
insert_final_newline=true
max_line_length=100