https://github.com/angular/angular
Raw File
Tip revision: 9136dbd65c73e5d5e8a22a630662cad737663354 authored by Andrew Kushnir on 11 August 2021, 17:13:33 UTC
release: cut the v12.2.1 release (#43117)
Tip revision: 9136dbd
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top