2023-04-20 14:28:29 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
indent_style = space
|
2026-03-18 16:41:54 +08:00
|
|
|
indent_size = 2
|
2023-04-20 14:28:29 +08:00
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
2026-03-18 16:41:54 +08:00
|
|
|
|
|
|
|
|
[*.ps1]
|
|
|
|
|
charset = utf-8-bom
|
|
|
|
|
end_of_line = crlf
|
|
|
|
|
indent_size = 4
|