sdf-2d-demo/.prettierrc
schmelczerandras 36f01c6716 Copy files
2020-09-16 16:03:01 +02:00

7 lines
110 B
Text

{
"trailingComma": "es5",
"printWidth": 90,
"tabWidth": 2,
"singleQuote": true,
"endOfLine": "lf"
}