ShareX/.editorconfig

9 lines
170 B
INI
Raw Normal View History

2017-06-08 12:30:30 +12:00
root = true
[*.{sln,csproj,cs,resx}]
2017-06-08 12:38:34 +12:00
indent_style = space
2017-06-08 12:30:30 +12:00
indent_size = 4
end_of_line = crlf
charset = utf-8
2017-06-08 12:32:20 +12:00
trim_trailing_whitespace = true
insert_final_newline = false