File tree Expand file tree Collapse file tree 5 files changed +23
-159
lines changed
Expand file tree Collapse file tree 5 files changed +23
-159
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ indent_size = 2
6+ indent_style = space
7+ insert_final_newline = true
8+ trim_trailing_whitespace = true
9+
10+ [* .{java,kt,kts} ]
11+ indent_size = 4
12+ ij_kotlin_imports_layout = *
13+ ij_kotlin_allow_trailing_comma = true
14+ ij_kotlin_allow_trailing_comma_on_call_site = true
15+ ij_kotlin_continuation_indent_size = 2
16+ ij_kotlin_line_break_after_multiline_when_entry = false
17+ ij_kotlin_name_count_to_use_star_import = 2147483647
18+ ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
19+ ij_kotlin_packages_to_use_import_on_demand = unset
20+
21+ [* .md ]
22+ trim_trailing_whitespace = false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,14 +18,7 @@ gradle-app.setting
1818
1919# Ignore IDEA config
2020* .iml
21- /.idea /*
22- ! /.idea /codeStyles
23- /core /src /main /golang /.idea /*
24- ! /core /src /main /golang /.idea /codeStyles
25- /core /src /foss /golang /.idea /*
26- ! /core /src /foss /golang /.idea /codeStyles
27- /core /src /premium /golang /.idea /*
28- ! /core /src /premium /golang /.idea /codeStyles
21+ .idea
2922
3023# Ignore builtin geofiles
3124app /src /main /assets
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments