-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcontributte.xml
18 lines (17 loc) · 946 Bytes
/
contributte.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Ninjify [Contributte]">
<!-- ########################################################################################################### -->
<!-- Ninjify Coding Standard -->
<!-- ########################################################################################################### -->
<rule ref="./ruleset.xml"/>
<!-- ########################################################################################################### -->
<!-- Contributte Coding Standard -->
<!-- ########################################################################################################### -->
<rule ref="Generic.WhiteSpace.ScopeIndent">
<properties>
<property name="indent" value="4"/>
<property name="tabIndent" value="true"/>
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
</ruleset>