https://github.com/angular/angular
Revision c988487f03501f9518fa3112c63dd33fa5dc3b92 authored by Dylan Hunn on 04 May 2022, 20:06:21 UTC, committed by Dylan Hunn on 04 May 2022, 20:07:02 UTC
1 parent 2dbdebc
Raw File
Tip revision: c988487f03501f9518fa3112c63dd33fa5dc3b92 authored by Dylan Hunn on 04 May 2022, 20:06:21 UTC
docs: release notes for the v13.3.6 release (#45874)
Tip revision: c988487
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top