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
FW-Autoland
[inav.git]
/
.vscode
/
settings.json
blob
9be3fced22b6f779e1ee19d07ba6158f45f3001b
1
{
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 }"
15
}