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:
tzugen 2022-03-19 14:17:09 +01:00
parent 126efd35c6
commit f49063664b
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 8 additions and 0 deletions

View File

@ -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>