mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 03:46:49 +00:00
33 lines
563 B
Plaintext
33 lines
563 B
Plaintext
---
|
|
extends: default
|
|
|
|
ignore-from-file: [.gitignore, .yamlignore]
|
|
|
|
rules:
|
|
braces:
|
|
level: warning
|
|
max-spaces-inside: 1
|
|
brackets:
|
|
level: warning
|
|
max-spaces-inside: 1
|
|
colons:
|
|
level: warning
|
|
commas:
|
|
level: warning
|
|
comments: disable
|
|
comments-indentation: disable
|
|
document-start: disable
|
|
empty-lines:
|
|
level: warning
|
|
hyphens:
|
|
level: warning
|
|
indentation:
|
|
level: warning
|
|
indent-sequences: consistent
|
|
line-length:
|
|
level: warning
|
|
allow-non-breakable-inline-mappings: true
|
|
max: 120
|
|
truthy: disable
|
|
|