mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
16 lines
225 B
INI
16 lines
225 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
|
||
|
|
|
||
|
|
[*.{yml,yaml, vue}]
|
||
|
|
indent_size = 2
|