src.nth.io/

summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 8ccd8ea72a54785c276242c3dad8e8a544d2d334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "C_Cpp.clang_format_style": "Visual Studio",
  "editor.formatOnSave": true,
  "[cpp]": {
    "editor.quickSuggestions": true
  },
  "[c]": {
    "editor.quickSuggestions": true
  },
  "C_Cpp.intelliSenseEngine": "Tag Parser",
  "files.associations": {
    "stdio.h": "c",
    "hap.h": "c",
    "freertos.h": "c"
  },
  "git.ignoreLimitWarning": true,
  "cmake.configureOnOpen": false
}