snt-voting/.prettierrc

8 lines
130 B
Plaintext
Raw Permalink Normal View History

trailingComma: "none"
printWidth: 120
useTabs: false
semi: true
arrowParens: "avoid"
tabWidth: 2
endOfLine: "lf"
singleQuote: true