Files
IoTManager/.vscode/settings.json

5 lines
178 B
JSON
Raw Normal View History

2021-12-22 14:09:50 +01:00
{
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}",
"C_Cpp.formatting": "clangFormat",
"C_Cpp.default.forcedInclude": []
}