Exclude third_party scope from reformats (#927)
This commit is contained in:
parent
fc00de61dc
commit
5d60f1304f
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<option name="SOFT_MARGINS" value="100" />
|
<option name="SOFT_MARGINS" value="100" />
|
||||||
<option name="DO_NOT_FORMAT">
|
<option name="DO_NOT_FORMAT">
|
||||||
<list>
|
<list>
|
||||||
<fileSet type="namedScope" name="publicsuffixlist" pattern="src[app]:mozilla.components.lib.publicsuffixlist.PublicSuffixList||src[app]:mozilla.components.lib.publicsuffixlist.PublicSuffixListData||src[app]:mozilla.components.lib.publicsuffixlist.PublicSuffixListLoader||src[app]:mozilla.components.lib.publicsuffixlist.ext.ByteArray" />
|
<fileSet type="namedScope" name="third_party" pattern="src[Android-Password-Store.app]:mozilla.components.lib.publicsuffixlist..*" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
<JavaCodeStyleSettings>
|
<JavaCodeStyleSettings>
|
||||||
|
|
3
.idea/scopes/third_party.xml
Normal file
3
.idea/scopes/third_party.xml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<component name="DependencyValidationManager">
|
||||||
|
<scope name="third_party" pattern="src[Android-Password-Store.app]:mozilla.components.lib.publicsuffixlist..*" />
|
||||||
|
</component>
|
Loading…
Reference in a new issue