Files
apollo/.editorconfig
T
Major 445c471283 Add kotlin to .editorconfig
Uses the recommended conventions.
2017-09-17 03:11:00 +01:00

18 lines
204 B
INI

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = false
[*.java]
indent_style=tab
tab_width=4
[*.{kt, kts}]
indent_style=space
tab_width=4
[*.rb]
indent_style=space
indent_size=2