https://github.com/angular/angular
Revision a99892e62f95ecd8287ce601314c0da2ee6644cf authored by Andrew Scott on 04 August 2021, 18:43:40 UTC, committed by GitHub on 04 August 2021, 18:43:40 UTC
1 parent 4f93984
Raw File
Tip revision: a99892e62f95ecd8287ce601314c0da2ee6644cf authored by Andrew Scott on 04 August 2021, 18:43:40 UTC
release: cut the v13.0.0-next.0 release (#43049)
Tip revision: a99892e
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top