Files
openshot-qt/.editorconfig
2020-12-13 15:18:22 -05:00

15 lines
261 B
INI

root = true
[*]
insert_final_newline = true
end_of_line = 'lf'
[*.py]
charset = 'utf8'
trim_trailing_whitespace = true
indent_style = 'space'
indent_size = 4
[{*.js,*.css}]
charset = 'utf8'
trim_trailing_whitespace = true
indent_style = 'space'
indent_size = 2