self/.editorconfig

17 lines
261 B
INI
Raw Permalink Normal View History

2024-09-11 17:14:14 +00:00
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = true # Use trailing backslash for newlines
[*.{bat, cmd, ps1}]
charset = latin1
end_of_line = crlf
[*.{sh, bash}]
end_of_line = lf