add editorconfig for C#

pull/11272/head
Jan Tattermusch 8 years ago
parent ff5f9d898f
commit c7c2bf1714
  1. 7
      src/csharp/.editorconfig

@ -0,0 +1,7 @@
root = true
[**]
end_of_line = LF
indent_style = space
indent_size = 4
insert_final_newline = true
tab_width = 4
Loading…
Cancel
Save