web / frontend /.prettierrc
ChandimaPrabath's picture
init
9bf8952
raw
history blame contribute delete
218 Bytes
{
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}