1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 20:40:32 +09:00
namae/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

{
"arrowParens": "always",
2020-03-10 10:00:08 +09:00
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "all"
}