mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-25 00:14:48 +01:00
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
8
.idea/inspectionProfiles/Project_Default.xml
Normal file
8
.idea/inspectionProfiles/Project_Default.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user