ShareX/.editorconfig

10 lines
151 B
INI
Raw Normal View History

2017-06-08 12:30:30 +12:00
root = true
[*.cs]
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = tab
indent_size = 4
2017-06-08 12:32:20 +12:00
trim_trailing_whitespace = true