Files
Twain/.editorconfig
2023-02-23 21:30:34 -06:00

14 lines
202 B
INI

root = true
[*]
indent_style = tab
indent_size = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
[*.{yml,csproj}]
indent_style = space
indent_size = 2