https://github.com/angular/angular
Raw File
Tip revision: 481198af9253e478f771c1bc56f5d23dbde90b89 authored by Alex Rickabaugh on 04 October 2023, 20:47:05 UTC
release: cut the v16.2.8 release
Tip revision: 481198a
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top