mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"quoteProps": "consistent",
|
|
"endOfLine": "lf"
|
|
}
|