Skip to content

Files

Latest commit

 

History

History
13 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 463 Bytes

@chrishiste/prettier-config

My personal Prettier config.

Usage

Install

$ yarn add --dev @chrishiste/prettier-config

If you want to keep the end of line consistent you need to ask Windows users to run git config core.autocrlf false before working on your repo so that git does not convert LF to CRLF on checkout. Alternatively, you can add * text=auto eol=lf to the repo's .gitattributes file to achieve this