Add Visual Studio Code workspace

This commit is contained in:
2019-01-27 20:42:49 +00:00
parent c323de6e62
commit fdb0a4208c

View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"C_Cpp.clang_format_sortIncludes": true
}
}