framework/extensions/emoji/js/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}