repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #10355 from geoffsim/MSP-VTX
[inav.git]
/
.vscode
/
settings.json
blob
d1eb2357c02b53b896cc7a9830780754be68d4d8
1
{
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 }"
17
18
}