NanoVNA/.vscode/settings.json

4 lines
164 B
JSON
Raw Permalink Normal View History

2019-08-10 13:19:33 +09:00
{
2020-03-21 08:03:09 +09:00
"C_Cpp.errorSquiggles": "Disabled",
"cpplint.filters": ["-build/include_subdir", "-build/include_order", "-readability/casting", "-whitespace/comments"]
2019-08-10 13:19:33 +09:00
}