https://github.com/angular/angular
Raw File
Tip revision: e5c22719720dc082d8191e7a7d1625e40a7d5f62 authored by Pawel Kozlowski on 14 June 2023, 16:38:55 UTC
release: cut the v16.1.1 release
Tip revision: e5c2271
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top