algorighm/.vscode/settings.json

9 lines
125 B
JSON

{
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
}
}