19 lines
238 B
INI
19 lines
238 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
max_line_length=120
|
||
|
|
||
|
[*.sh]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.py]
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.md]
|
||
|
trim_trailing_whitespace = false
|