38 lines
506 B
INI
38 lines
506 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
indent_size = 2
|
|
|
|
[*.{java,kt,kts}]
|
|
continuation_indent_size = 4
|
|
max_line_length = 120
|
|
wildcard_import_limit = 99
|
|
|
|
[*.xml]
|
|
indent_size = 2
|
|
continuation_indent_size = 8
|
|
|
|
[*.{yaml,yml}]
|
|
indent_size = 2
|
|
|
|
[*.{sh,bash,zsh}]
|
|
indent_size = 2
|
|
|
|
[bashrc]
|
|
indent_size = 2
|
|
|
|
[*.{htm,html}]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2
|