Merge branch 'fix/code-formator' into 'master'

Code formating

See merge request sheepitrenderfarm/client!4
This commit is contained in:
Sheepit Renderfarm
2020-10-27 13:48:15 +00:00

View File

@@ -7,3 +7,7 @@ insert_final_newline = true
charset = utf-8 charset = utf-8
indent_size = 4 indent_size = 4
indent_style = tab indent_style = tab
[*.java]
ij_java_class_count_to_use_import_on_demand = 999
ij_java_names_count_to_use_import_on_demand = 999