28 lines
368 B
INI
28 lines
368 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{kt,kts}]
|
|
indent_size = 4
|
|
max_line_length = 120
|
|
|
|
[*.{sh,bash}]
|
|
indent_size = 4
|
|
|
|
[*.{xml,json,yaml,yml}]
|
|
indent_size = 2
|
|
|
|
[*.{ts,tsx,js,jsx,css}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[Makefile]
|
|
indent_style = tab
|