mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2025-12-22 09:19:08 +00:00
16 lines
247 B
INI
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
|