third_party.grpc/.editorconfig
Nicolas "Pixel" Noble ae66d78b8e Adding an editorconfig configuration file.
Check http://editorconfig.org/ for more information.
2015-01-31 06:43:40 +01:00

8 lines
113 B
INI

root = true
[**]
end_of_line = LF
indent_style = space
indent_size = 2
insert_final_newline = true
tab_width = 8