src.nth.io/

summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-03-08 18:17:29 -0600
committerLuke Hoersten <[email protected]>2021-03-08 18:17:29 -0600
commitaa7558f38d5a2edac695919e02857635746d6596 (patch)
tree4746555f9f5c0d8b43d1b6fe158b239c631690b0 /.vscode/settings.json
parent8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 (diff)
Changed to intercom
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index be2aa7d..8ccd8ea 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,6 +1,6 @@
{
"C_Cpp.clang_format_style": "Visual Studio",
- "editor.formatOnSave": false,
+ "editor.formatOnSave": true,
"[cpp]": {
"editor.quickSuggestions": true
},
@@ -9,6 +9,10 @@
},
"C_Cpp.intelliSenseEngine": "Tag Parser",
"files.associations": {
- "stdio.h": "c"
- }
-}
+ "stdio.h": "c",
+ "hap.h": "c",
+ "freertos.h": "c"
+ },
+ "git.ignoreLimitWarning": true,
+ "cmake.configureOnOpen": false
+} \ No newline at end of file