mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
24 lines
301 B
INI
24 lines
301 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
|
|
continuation_indent_size=4
|
|
|
|
[*.gradle]
|
|
indent_style=space
|
|
tab_width=4
|
|
continuation_indent_size=4
|
|
|
|
[*.rb]
|
|
indent_style=space
|
|
indent_size=2
|