Merge pull request #10479 from iNavFlight/mmosca-fix-arming-flags-display
[inav.git] / .vscode / settings.json
blob5de759a0db4a818ba429de9515bd9ac271c2eaae
2     "files.associations": {
3         "chrono": "c",
4         "cmath": "c",
5         "ranges": "c",
6         "navigation.h": "c",
7         "rth_trackback.h": "c",
8         "platform.h": "c",
9         "timer.h": "c",
10         "bus.h": "c"
11     },
12     "editor.tabSize": 4,
13     "editor.insertSpaces": true,
14     "editor.detectIndentation": false,
15     "editor.expandTabs": true,
16     "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4,  BreakBeforeBraces: Mozilla }"