1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-25 15:41:27 +00:00

vscode autoformatting

This commit is contained in:
2021-09-12 17:34:09 -07:00
parent c5d5260c6c
commit 39abd73eb4
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
{
"files.associations": {
"iostream": "cpp"
}
},
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
}