Add Prettier configuration file for GDJS

This commit is contained in:
Florian Rival
2018-06-21 21:47:02 +01:00
parent eb6461c819
commit bb23e2c018

4
GDJS/.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "es5"
}