Files
OpnForm/.editorconfig
Julien Nahum f8e6cd4dd6 Initial commit
2022-09-20 21:59:52 +02:00

16 lines
247 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{vue,js,json,html,scss,blade.php,yml}]
indent_size = 2