Add example vscode files

This commit is contained in:
Leroy Hopson 2021-06-20 10:08:29 +07:00
parent bd296364d3
commit 3dd89ec0a7
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"clang-format.executable": "/run/current-system/sw/bin/clang-format",
"nixEnvSelector.nixShellConfig": "NOT_MODIFIED_ENV"
}