Add weak warning for code which is not formatted according to the official style guide.
This only run in newly added/modified files.
This commit is contained in:
parent
126efd35c6
commit
f49063664b
|
@ -0,0 +1,8 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="Reformat" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||||
|
<option name="processChangedFilesOnly" value="true" />
|
||||||
|
</inspection_tool>
|
||||||
|
</profile>
|
||||||
|
</component>
|
Loading…
Reference in New Issue