aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/.editorconfig
blob: fabce7f5bac87dc3c484811df59b4a2aac8a5938 (plain)
1
2
3
4
5
6
7
8
root = true
[**]
charset = utf-8  ; Implies no BOM.
end_of_line = LF
indent_style = space
indent_size = 4
insert_final_newline = true
tab_width = 4