solana/web3.js/.prettierrc.yaml

7 lines
105 B
YAML
Raw Normal View History

2018-11-04 11:41:21 -08:00
arrowParens: "avoid"
bracketSpacing: false
semi: true
singleQuote: true
tabWidth: 2
trailingComma: "all"