feat: changed stuff

This commit is contained in:
Nick 2024-12-06 21:48:52 -06:00
parent 65fb80d1cb
commit 0fd351c9cb
15 changed files with 148 additions and 10 deletions

View file

@ -15,5 +15,10 @@
command = "editor.action.formatDocument";
when = "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor";
}
{
key = "ctrl+shift+tab";
command = "editor.action.indentationToSpaces";
when = "textInputFocus";
}
];
}

View file

@ -19,5 +19,6 @@
"editor.multiCursorLimit" = 700000;
"elmLS.disableElmLSDiagnostics" = true;
"elmLS.elmReviewDiagnostics" = "warning";
"editor.wordWrap" = true;
};
}