criollo/.prettierrc

7 lines
89 B
Plaintext
Raw Permalink Normal View History

{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120
}