stm32_devcontainer/.vscode/settings.json

14 lines
389 B
JSON
Raw Normal View History

2024-06-18 11:25:09 +02:00
{
"files.associations": {
"main.h": "cpp",
"main.c": "cpp",
"test.h": "cpp",
"test.cpp": "cpp",
"array": "cpp",
"string": "cpp",
"string_view": "cpp",
"ranges": "cpp"
},
2024-06-18 12:21:55 +02:00
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 150}",
"C_Cpp.clang_format_sortIncludes": false
2024-06-18 11:25:09 +02:00
}