https://github.com/angular/angular
Raw File
Tip revision: fe81ff8cd6948bea5a6212721ea920a8572248e1 authored by Alex Rickabaugh on 04 October 2023, 21:27:05 UTC
release: cut the v17.0.0-next.7 release
Tip revision: fe81ff8
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top