1
0
mirror of https://github.com/uetchy/namae.git synced 2026-06-01 02:59:46 +09:00
Files
namae/.prettierrc
T

9 lines
151 B
Plaintext
Raw Normal View History

2019-10-24 12:55:09 +09:00
{
2020-06-29 12:24:01 +09:00
"jsxBracketSameLine": true,
"semi": true,
2020-03-10 10:00:08 +09:00
"singleQuote": true,
2020-06-29 12:24:01 +09:00
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true
2019-10-24 12:55:09 +09:00
}