1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

Do not change .vscode options

This commit is contained in:
Ray Morris 2025-04-07 00:33:26 -05:00
parent 691fd39255
commit 7f09524a3d

View file

@ -13,9 +13,6 @@
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.expandTabs": true,
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Mozilla }",
"cSpell.words": [
"BROTHERHOBBYH"
]
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Mozilla }"
}