https://github.com/angular/angular
Raw File
Tip revision: 115aafbe51cf0ff6ca0dd47d64f944e37e5dd86b authored by Dylan Hunn on 30 March 2022, 21:09:45 UTC
release: cut the v14.0.0-next.10 release (#45484)
Tip revision: 115aafb
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top