10 lines
140 B
INI
10 lines
140 B
INI
|
|
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*.{java}]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
indent_style = tab
|