xref: /aosp_15_r20/system/netd/.editorconfig (revision 8542734a0dd1db395a4d42aae09c37f3c3c3e7a1)
1# To use this config with your editor, follow the instructions at:
2# https://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8insert_final_newline = true
9end_of_line = lf
10
11[*.{c,h,cpp,hpp,cc,sh,bp}]
12indent_style = space
13indent_size = 4
14