https://github.com/angular/angular
Raw File
Tip revision: 9c9a52540ca22a76200e1b3aef2f7e372398e589 authored by Dylan Hunn on 30 March 2022, 21:20:54 UTC
release: cut the v13.3.1 release (#45485)
Tip revision: 9c9a525
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top