xref: /aosp_15_r20/external/cronet/third_party/protobuf/csharp/.editorconfig (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# Remove the line below if you want to inherit .editorconfig settings from higher directories
2root = true
3
4# C# files
5[*.cs]
6
7#### Core EditorConfig Options ####
8
9# Indentation and spacing
10indent_size = 4
11indent_style = space
12tab_width = 4
13
14# New line preferences
15end_of_line = lf
16insert_final_newline = false
17trim_trailing_whitespace = true