https://github.com/angular/angular
Raw File
Tip revision: d6679e2969d724e3cab9ece004d636cf036e1a6d authored by Alex Rickabaugh on 30 September 2021, 20:00:27 UTC
release: cut the v12.2.8 release (#43654)
Tip revision: d6679e2
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top