OpenDTU/.vscode/settings.json
Thomas Basler 5dac8198fa Added workspace specific vscode settings.json
This just sets the correct c++ formatter
2022-11-10 20:20:56 +01:00

3 lines
44 B
JSON

{
"C_Cpp.clang_format_style": "WebKit"
}