Преглед на файлове

Revert "add vscode settings to format files on save (#6579)" (#6588)

This reverts commit 9bfdbb11939d3df3bf8949665b94577a1d81caf6.
Jason Crist преди 2 години
родител
ревизия
71ea712eaa
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. 0 8
      .vscode/settings.json

+ 0 - 8
.vscode/settings.json

@@ -1,8 +0,0 @@
-{
-    "editor.formatOnSave": true,
-    "files.insertFinalNewline": true,
-    "files.trimFinalNewlines": true,
-    "editor.detectIndentation": false,
-    "editor.tabSize": 4,
-    "editor.insertSpaces": true,
-}