forked from openlp/openlp
18 lines
254 B
INI
18 lines
254 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.{html,js,json,py,yaml,yml}]
|
||
|
indent_style = space
|
||
|
|
||
|
[*.py]
|
||
|
indent_size = 4
|
||
|
max_line_length = 120
|
||
|
|
||
|
[*.{html,js,json,yaml,yml}]
|
||
|
indent_size = 2
|