Explorar el Código

chore: remove and ignore vscode settings from svc

Signed-off-by: greatbridf <greatbridf@icloud.com>
greatbridf hace 2 semanas
padre
commit
47d890648a
Se han modificado 2 ficheros con 1 adiciones y 4 borrados
  1. 1 0
      .gitignore
  2. 0 4
      .vscode/settings.json

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 build/
 
 .idea/
+.vscode/settings.json
 
 test/
 

+ 0 - 4
.vscode/settings.json

@@ -1,4 +0,0 @@
-{
-    "makefile.configureOnOpen": false,
-    "editor.formatOnSave": true,
-}