ahmadsohail404 / Netflix-UI-LandingPage

https://ahmadsohail404.github.io/Netflix-UI-LandingPage/
MIT License
13 stars 36 forks source link

style: Add config file for Prettier #83

Closed omeiirr closed 2 years ago

omeiirr commented 3 years ago

closes #56

Add configuration file for Prettier code formatter for uniformity in codebase:

{
  "tabWidth": 2,
  "singleQuote": false,
  "bracketSpacing": true
}