https://github.com/angular/angular
Raw File
Tip revision: 587093c3a55019bbffa11eecfa0f0371d7105057 authored by Jessica Janiuk on 30 August 2023, 17:54:31 UTC
release: cut the v16.2.3 release
Tip revision: 587093c
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top