https://github.com/angular/angular
Raw File
Tip revision: 1d761bd7c74ac2b7dfe5f7dba0ff16fd6170afe2 authored by Andrew Kushnir on 12 April 2023, 19:04:13 UTC
release: cut the v15.2.7 release
Tip revision: 1d761bd
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top