FW-Autoland
[inav.git] / .vscode / settings.json
blob9be3fced22b6f779e1ee19d07ba6158f45f3001b
2     "files.associations": {
3         "chrono": "c",
4         "cmath": "c",
5         "ranges": "c",
6         "platform.h": "c",
7         "timer.h": "c",
8         "bus.h": "c"
9     },
10     "editor.tabSize": 4,
11     "editor.insertSpaces": true,
12     "editor.detectIndentation": false,
13     "editor.expandTabs": true,
14     "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4,  BreakBeforeBraces: Mozilla }"