Added Trunk configuration for those using trunk (suggested: makes the code way cleaner and easier to read)

This commit is contained in:
thecookingsenpai
2024-01-30 15:49:47 +01:00
parent 27a277cc5b
commit d411f04e98
8 changed files with 98 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
key-duplicates: {}
octal-values:
forbid-implicit-octal: true