Add prettier

This commit is contained in:
Fred Carlsen
2019-06-28 13:41:16 +02:00
committed by fabioberger
parent fbae619725
commit 1ebe9d2bba

View File

@@ -0,0 +1,6 @@
{
"tabWidth": 4,
"printWidth": 120,
"trailingComma": all,
"singleQuote": true
}