work-order-monitor/.editorconfig

15 lines
211 B
INI
Raw Permalink Normal View History

2026-03-31 17:08:30 +08:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ps1]
charset = utf-8-bom
end_of_line = crlf
indent_size = 4