Files

15 lines
211 B
INI
Raw Permalink Normal View History

root = true
[*]
charset = utf-8
indent_style = space
2026-03-18 16:41:54 +08:00
indent_size = 2
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