This commit is contained in:
Mark Janssen 2025-04-19 16:24:47 +02:00
parent 6cff97e2bb
commit d0cd352b4a
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
5 changed files with 49 additions and 13 deletions

View file

@ -15,3 +15,8 @@ rules:
max-spaces-after: -1
commas:
max-spaces-after: -1
comments:
min-spaces-from-content: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true