2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-16 15:29:03 +00:00
iconify/.prettierrc
2020-04-28 12:47:35 +03:00

9 lines
132 B
Plaintext

{
"trailingComma": "es5",
"singleQuote": true,
"useTabs": true,
"semi": true,
"quoteProps": "consistent",
"endOfLine": "lf"
}