20 lines
314 B
Text
20 lines
314 B
Text
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
.kitchen/*
|
|
vendor/
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
truthy: false
|
|
comments-indentation: false
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
braces:
|
|
max-spaces-inside: 1
|
|
octal-values:
|
|
forbid-implicit-octal: true
|
|
forbid-explicit-octal: true
|