Add Visual Studio Code workspaces.

This commit is contained in:
2019-01-27 20:31:56 +00:00
parent b87fddab4b
commit 43d34c6770
3 changed files with 23 additions and 0 deletions

View File

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