Skip to content

Instantly share code, notes, and snippets.

@Saschamz
Last active December 21, 2023 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saschamz/7ae57530abeaab1beaa81240558a07c8 to your computer and use it in GitHub Desktop.
Save Saschamz/7ae57530abeaab1beaa81240558a07c8 to your computer and use it in GitHub Desktop.
Redmind Prettier Config
{
"arrowParens": "avoid",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"bracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment