Files
react-redux/.prettierrc
mindol1004 877997c3f7 commit
2024-12-23 10:03:23 +09:00

9 lines
152 B
Plaintext

{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 120,
"arrowParens": "always"
}