feat: option to disable inner classes move to parent (#1817)
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user