xref: /aosp_15_r20/system/netd/.editorconfig (revision 8542734a0dd1db395a4d42aae09c37f3c3c3e7a1)
1*8542734aSAndroid Build Coastguard Worker# To use this config with your editor, follow the instructions at:
2*8542734aSAndroid Build Coastguard Worker# https://editorconfig.org
3*8542734aSAndroid Build Coastguard Worker
4*8542734aSAndroid Build Coastguard Workerroot = true
5*8542734aSAndroid Build Coastguard Worker
6*8542734aSAndroid Build Coastguard Worker[*]
7*8542734aSAndroid Build Coastguard Workercharset = utf-8
8*8542734aSAndroid Build Coastguard Workerinsert_final_newline = true
9*8542734aSAndroid Build Coastguard Workerend_of_line = lf
10*8542734aSAndroid Build Coastguard Worker
11*8542734aSAndroid Build Coastguard Worker[*.{c,h,cpp,hpp,cc,sh,bp}]
12*8542734aSAndroid Build Coastguard Workerindent_style = space
13*8542734aSAndroid Build Coastguard Workerindent_size = 4
14