Files
Motrixlab/.prettierrc
motphys-developers 5133830b5a chore: release v0.0.1
2025-11-20 17:39:31 +08:00

14 lines
225 B
Plaintext

trailingComma: "es5"
tabWidth: 4
semi: true
singleQuote: false
printWidth: 120
endOfLine: "auto"
overrides:
- files: "*.yml"
options:
tabWidth: 2
- files: "*.json"
options:
tabWidth: 2