mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
15 lines
211 B
YAML
15 lines
211 B
YAML
---
|
|
linters:
|
|
phpcs:
|
|
standard: 'dev/setup/codesniffer/ruleset.xml'
|
|
extensions: 'php'
|
|
tab_width: 4
|
|
fixer: true
|
|
|
|
fixers:
|
|
enable: true
|
|
|
|
files:
|
|
ignore:
|
|
- 'htdocs/includes/*'
|