Prettier Configuration File - Use Tabs
My .prettierrc.json (Prettier configuration file, which uses the defaults, except it uses tabs over spaces!
.prettierrc.json
{
"useTabs": true
}
My .prettierrc.json (Prettier configuration file, which uses the defaults, except it uses tabs over spaces!
.prettierrc.json
{
"useTabs": true
}