electron-demo/.prettierrc.yaml

6 lines
82 B
YAML
Raw Normal View History

2025-01-08 17:31:54 +08:00
singleQuote: true
semi: false
printWidth: 100
trailingComma: none
2025-01-10 09:00:38 +08:00
endOfLine: auto