xref: /aosp_15_r20/system/server_configurable_flags/.editorconfig (revision 207333786ba243bc7d4d69ef6b05487aa7071806)
1*20733378SAndroid Build Coastguard Worker# EditorConfig is a file format and collection of text editor plugins
2*20733378SAndroid Build Coastguard Worker# for maintaining consistent coding styles between different editors
3*20733378SAndroid Build Coastguard Worker# and IDEs. Most popular editors support this either natively or via
4*20733378SAndroid Build Coastguard Worker# plugin.
5*20733378SAndroid Build Coastguard Worker#
6*20733378SAndroid Build Coastguard Worker# Check https://editorconfig.org for details.
7*20733378SAndroid Build Coastguard Worker
8*20733378SAndroid Build Coastguard Workerroot = true
9*20733378SAndroid Build Coastguard Worker
10*20733378SAndroid Build Coastguard Worker[*.java]
11*20733378SAndroid Build Coastguard Workerindent_style = tab
12*20733378SAndroid Build Coastguard Workerindent_size = 4
13