NanoVNA/.vscode/settings.json

4 lines
164 B
JSON
Raw Normal View History

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