mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore:
- IdeaVIM: Remove ident-object plugin as that is not working - VSCode: Indentation fix
This commit is contained in:
@@ -166,13 +166,7 @@
|
||||
"cSpell.diagnosticLevel": "Hint",
|
||||
"cSpell.allowCompoundWords": true,
|
||||
"cSpell.fixSpellingWithRenameProvider": true,
|
||||
"cSpell.enableFiletypes": [
|
||||
"shellscript",
|
||||
"csharp",
|
||||
"python",
|
||||
"javascript",
|
||||
"javascriptreact"
|
||||
],
|
||||
"cSpell.enableFiletypes": ["shellscript", "csharp", "python", "javascript", "javascriptreact"],
|
||||
"cSpell.minWordLength": 3,
|
||||
"cSpell.numSuggestions": 10,
|
||||
"cSpell.userWords": [
|
||||
|
||||
Reference in New Issue
Block a user