feat: option to disable inner classes move to parent (#1817)

This commit is contained in:
Skylot
2023-05-06 18:07:10 +01:00
parent d29263ef57
commit f53dbbfebf
19 changed files with 85 additions and 32 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ insert_final_newline = true
indent_style = tab
tab_width = 4
continuation_indent_size = 8 #IntelliJ Idea specific workaround
# IntelliJ Idea specific workarounds
continuation_indent_size = 8
ij_java_class_count_to_use_import_on_demand = 99
charset = utf-8
trim_trailing_whitespace = true