Skip to content
Snippets Groups Projects
.prettierrc.json 101 B
Newer Older
  • Learn to ignore specific revisions
  • Jimmy's avatar
    Jimmy committed
    {
    
    TonyFox's avatar
    TonyFox committed
    	"printWidth": 160,
    
    Jimmy's avatar
    Jimmy committed
    	"useTabs": true,
    	"semi": true,
    	"endOfLine": "lf",
    	"arrowParens": "avoid"
    }