Skip to content

Instantly share code, notes, and snippets.

@kurt-liao
Created October 13, 2022 15:00
Show Gist options
  • Save kurt-liao/db3562150417a2db02ad1ab42ddc3a8d to your computer and use it in GitHub Desktop.
Save kurt-liao/db3562150417a2db02ad1ab42ddc3a8d to your computer and use it in GitHub Desktop.
My prettier settings
{
"useTabs": false,
"tabWidth": 2,
"semi": false,
"trailingComma": "none",
"endOfLine": "lf",
"printWidth": 100,
"singleQuote": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment