mirror of
https://github.com/home-assistant/android.git
synced 2025-07-20 16:47:20 +00:00
Update idea config (#5513)
* Set default code style value for java * Exclude device manager from idea folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -296,6 +296,7 @@ obj/
|
||||
.idea/gradle.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/navEditor.xml
|
||||
.idea/deviceManager.xml
|
||||
|
||||
# Legacy Eclipse project files
|
||||
.cproject
|
||||
|
10
.idea/codeStyles/Project.xml
generated
10
.idea/codeStyles/Project.xml
generated
@ -1,5 +1,15 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<JavaCodeStyleSettings>
|
||||
<option name="IMPORT_LAYOUT_TABLE">
|
||||
<value>
|
||||
<package name="" withSubpackages="true" static="false" module="true" />
|
||||
<package name="" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="" withSubpackages="true" static="true" />
|
||||
</value>
|
||||
</option>
|
||||
</JavaCodeStyleSettings>
|
||||
<JetCodeStyleSettings>
|
||||
<option name="PACKAGES_IMPORT_LAYOUT">
|
||||
<value>
|
||||
|
Reference in New Issue
Block a user