ShareX/.editorconfig
2017-06-07 17:38:34 -07:00

10 lines
153 B
INI

root = true
[*.cs]
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = space
indent_size = 4
trim_trailing_whitespace = true