https://github.com/angular/angular
Raw File
Tip revision: 0f8e748b078bbae38b0796d1dc01feade47add2d authored by Andrew Scott on 10 March 2022, 19:14:48 UTC
release: cut the v13.3.0-rc.0 release (#45321)
Tip revision: 0f8e748
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top