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

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

Madhu Dollu преди 2 години
родител
ревизия
9bfdbb1193
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      .vscode/settings.json

+ 8 - 0
.vscode/settings.json

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