mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-25 08:30:55 +00:00
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"editor.rulers": [80],
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": false,
|
|
"[starlark]": {
|
|
"editor.insertSpaces": true
|
|
},
|
|
"[json]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
}
|
|
}
|