gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
425 B
25 lines
425 B
extends: default
|
|
|
|
rules:
|
|
document-start: disable
|
|
truthy: disable
|
|
|
|
line-length:
|
|
max: 200
|
|
level: warning
|
|
allow-non-breakable-words: true
|
|
allow-non-breakable-inline-mappings: true
|
|
|
|
braces:
|
|
min-spaces-inside: 0
|
|
max-spaces-inside: 1
|
|
min-spaces-inside-empty: 0
|
|
max-spaces-inside-empty: 0
|
|
|
|
empty-lines:
|
|
max: 2
|
|
max-start: 0
|
|
max-end: 0
|
|
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
|