Sandboxie/.editorconfig

10 lines
178 B
INI

# top-most EditorConfig file
root = true
[*]
end_of_line = crlf
# Matches multiple files with brace expansion notation
# Set default charset
[*.{cmd,txt,md,ts}]
charset = utf-8