https://github.com/angular/angular
Raw File
Tip revision: 4b46819ed10cd2b924d126701c5d4b1c63bc62c5 authored by Pawel Kozlowski on 16 August 2023, 17:15:27 UTC
release: cut the v16.2.1 release
Tip revision: 4b46819
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top