xref: /aosp_15_r20/external/grpc-grpc/.editorconfig (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1root = true
2[**]
3end_of_line = LF
4indent_style = space
5indent_size = 2
6insert_final_newline = true
7tab_width = 8
8