https://github.com/angular/angular
Raw File
Tip revision: 9d747e3aa37ac4e40ecc529ab4e769a7e757a9df authored by Alex Rickabaugh on 21 July 2021, 21:53:53 UTC
release: cut the v12.2.0-next.3 release (#42916)
Tip revision: 9d747e3
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top