gra-projekt/.vscode/settings.json

6 lines
113 B
JSON
Raw Normal View History

{
"C_Cpp.clang_format_fallbackStyle": "Google",
"files.associations": {
"functional": "c"
}
}