https://github.com/angular/angular
Revision 458d3469cbed6b46849214a1a83174295e0914be authored by Andrew Scott on 06 July 2022, 16:42:31 UTC, committed by GitHub on 06 July 2022, 16:42:31 UTC
1 parent e7b1922
Raw File
Tip revision: 458d3469cbed6b46849214a1a83174295e0914be authored by Andrew Scott on 06 July 2022, 16:42:31 UTC
release: cut the v14.1.0-next.4 release (#46726)
Tip revision: 458d346
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top