mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 23:45:45 -04:00
GameDatabase: Switch to YAML
This commit is contained in:
16
extras/yamllint-config.yaml
Normal file
16
extras/yamllint-config.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user