https://github.com/angular/angular
Raw File
Tip revision: caeb162513dbc4ef830c4928a91c399f262358b6 authored by Dylan Hunn on 20 January 2022, 01:36:11 UTC
release: cut the v13.2.0-rc.0 release (#44765)
Tip revision: caeb162
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top