Skip to content

Instantly share code, notes, and snippets.

@AKJUS
Forked from luxplanjay/.prettierrc.json
Created April 6, 2025 12:23
Show Gist options
  • Save AKJUS/e06a0f389a3d5d1de101a508e105d2de to your computer and use it in GitHub Desktop.
Save AKJUS/e06a0f389a3d5d1de101a508e105d2de to your computer and use it in GitHub Desktop.
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always"
}
@AKJUS
Copy link
Author

AKJUS commented Apr 6, 2025

aki galaxy undertaken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment