We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d959f commit 2037769Copy full SHA for 2037769
.gitignore
@@ -1 +1,7 @@
1
+.pio
2
+.vscode/.browse.c_cpp.db*
3
+.vscode/c_cpp_properties.json
4
+.vscode/launch.json
5
+.vscode/ipch
6
+
7
.development
.vscode/extensions.json
@@ -0,0 +1,8 @@
+{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "platformio.platformio-ide",
+ "DavidAnson.vscode-markdownlint"
+ ]
8
+}
.vscode/settings.json
@@ -0,0 +1,7 @@
+ "editor.formatOnSave": true,
+ "editor.detectIndentation": false,
+ "editor.codeActionsOnSave": {
+ "source.fixAll.markdownlint": true
+ }
0 commit comments