mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:49:31 +08:00
8 lines
132 B
Text
8 lines
132 B
Text
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"quoteProps": "consistent",
|
|
"endOfLine": "lf"
|
|
}
|