https://github.com/angular/angular
Raw File
Tip revision: 9a37a7786a5ff5b77a35230efce54eec3ca87537 authored by Dylan Hunn on 06 April 2023, 02:37:01 UTC
release: cut the v15.2.6 release
Tip revision: 9a37a77
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top