GameDatabase: Switch to YAML

This commit is contained in:
Stenzek
2024-02-04 02:36:25 +10:00
parent 5c08fa9d00
commit d7a1c447c6
9 changed files with 426 additions and 400 deletions

View File

@ -0,0 +1,16 @@
extends: default
rules:
line-length:
max: 200
indentation:
spaces: 2
indent-sequences: true
document-start:
present: false
document-end:
present: false
comments:
require-starting-space: true
min-spaces-from-content: 1