Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Created April 15, 2019 03:20
Show Gist options
  • Save trungpv1601/df4e0cfe81255bbe439b3bd8b7113f7e to your computer and use it in GitHub Desktop.
Save trungpv1601/df4e0cfe81255bbe439b3bd8b7113f7e to your computer and use it in GitHub Desktop.
Prettier PHP
{
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"trailingComma": "none",
"braceStyle": "psr-2",
"requirePragma": false,
"insertPragma": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment