diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2022-10-15 16:14:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 16:14:46 +0200 |
commit | 9dff9de9be425a07691951f7f7e6d43ca2c967bf (patch) | |
tree | 525c4086b4b8cb9ee2a329dee7a0915ceaaa788a /.idea/codeStyles/Project.xml | |
parent | 7c6d37b2eb758a13b342b906f0aef88b940bc52a (diff) | |
parent | df02addf3404f07f245d6e6da8ce3ee8d72bd235 (diff) | |
download | NotEnoughUpdates-9dff9de9be425a07691951f7f7e6d43ca2c967bf.tar.gz NotEnoughUpdates-9dff9de9be425a07691951f7f7e6d43ca2c967bf.tar.bz2 NotEnoughUpdates-9dff9de9be425a07691951f7f7e6d43ca2c967bf.zip |
Merge pull request #268 from NotEnoughUpdates/masterv2.1.0
2.1 Continued
Diffstat (limited to '.idea/codeStyles/Project.xml')
-rw-r--r-- | .idea/codeStyles/Project.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 6cedf3ff..c2c50913 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,9 @@ <component name="ProjectCodeStyleConfiguration"> <code_scheme name="Project" version="173"> + <JavaCodeStyleSettings> + <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="500" /> + <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="500" /> + </JavaCodeStyleSettings> <JetCodeStyleSettings> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> </JetCodeStyleSettings> |