https://github.com/angular/angular
Revision c83e861a3f5137bfeba603ae16c3bbfdef69935d authored by Pawel Kozlowski on 17 August 2022, 15:07:53 UTC, committed by Pawel Kozlowski on 17 August 2022, 15:11:25 UTC
1 parent f2b9956
Raw File
Tip revision: c83e861a3f5137bfeba603ae16c3bbfdef69935d authored by Pawel Kozlowski on 17 August 2022, 15:07:53 UTC
release: cut the v14.2.0-rc.0 release
Tip revision: c83e861
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top