mirror of
https://github.com/leaningtech/javafiddle.git
synced 2025-09-06 13:43:12 +00:00
13 lines
177 B
INI
13 lines
177 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
|
|
[*.java]
|
|
indent_style = space
|
|
indent_size = 4
|