您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

16 行
467 B

  1. <?xml version="1.0"?>
  2. <ruleset name="phpMyAdmin Coding Standard">
  3. <rule ref="./vendor/phpmyadmin/coding-standard/PMAStandard/ruleset.xml"/>
  4. <arg value="sp"/>
  5. <arg name="colors"/>
  6. <arg name="extensions" value="php"/>
  7. <exclude-pattern>*/build/*</exclude-pattern>
  8. <exclude-pattern>*/node_modules/*</exclude-pattern>
  9. <exclude-pattern>*/tmp/*</exclude-pattern>
  10. <exclude-pattern>*/vendor/*</exclude-pattern>
  11. <file>.</file>
  12. </ruleset>