10 lines
140 B
INI
10 lines
140 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
[*.java]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
|