mirror of
https://gitlab.com/openlp/openlp.git
synced 2024-10-31 16:54:40 +00:00
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
|