stm32_devcontainer/.vscode/settings.json

14 lines
389 B
JSON

{
"files.associations": {
"main.h": "cpp",
"main.c": "cpp",
"test.h": "cpp",
"test.cpp": "cpp",
"array": "cpp",
"string": "cpp",
"string_view": "cpp",
"ranges": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 150}",
"C_Cpp.clang_format_sortIncludes": false
}