mirror of
https://github.com/status-im/integer256.git
synced 2025-02-18 18:16:35 +00:00
11 lines
294 B
JSON
11 lines
294 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"editor.tabSize": 2,
|
|
"indentRainbow.includedLanguages": [
|
|
"nim"
|
|
],
|
|
"files.autoSave": "afterDelay",
|
|
"workbench.editor.enablePreview": false,
|
|
"nim.buildOnSave": false,
|
|
"editor.formatOnPaste": true
|
|
} |