mirror of
https://github.com/reifat/daily-notes-sorter.git
synced 2026-07-22 06:42:08 +00:00
11 lines
208 B
Text
11 lines
208 B
Text
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"endOfLine": "lf"
|
|
}
|