fix: add workspace settings for eol and tabs (#725)

This commit is contained in:
Kritarth Sharma
2023-12-05 08:30:48 +05:30
committed by GitHub
parent bfedabdc10
commit 8ab1b0cf6b

View File

@ -6,5 +6,8 @@
"eslint.validate": ["typescript", "typescriptreact", "javascript", "javascriptreact"],
"javascript.preferences.importModuleSpecifier": "non-relative",
"javascript.preferences.useAliasesForRenames": false,
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"files.eol": "\n",
"editor.tabSize": 2,
"editor.insertSpaces": true
}