https://github.com/angular/angular
Raw File
Tip revision: b8183614f59e4bfef79c673346b700d39a669d2f authored by Alex Rickabaugh on 25 August 2021, 21:02:48 UTC
release: cut the v12.2.3 release (#43257)
Tip revision: b818361
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top