https://github.com/angular/angular
Raw File
Tip revision: 2d68de5bb118ff27f47aa2abedea112b2f0a3495 authored by Alex Rickabaugh on 03 May 2023, 16:04:12 UTC
release: cut the v15.2.9 release
Tip revision: 2d68de5
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top