{ "[c]": { "files.encoding": "shiftjis", "editor.defaultFormatter": "xaver.clang-format" }, "[cpp]": { "files.encoding": "shiftjis", "editor.defaultFormatter": "xaver.clang-format" }, "editor.tabSize": 2, "files.associations": { "source_location": "cpp", "stdio.h": "c", "stddef.h": "c", "errno.h": "c", "ansi_files.h": "c", "types.h": "c", "gba.h": "c", "gbapriv.h": "c", "os.h": "c", "sipriv.h": "c" }, "files.autoSave": "onFocusChange", "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "C/C++ Include Guard.Macro Type": "Filename", "C/C++ Include Guard.Prefix": "_", "C/C++ Include Guard.Suffix": "", "C/C++ Include Guard.Comment Style": "Line", "C/C++ Include Guard.Subfolder Prefixes": [ { "folderPath": "include/dolphin", "prefix": "DOLPHIN_" }, { "folderPath": "include/musyx", "prefix": "MUSYX_" }, { "folderPath": "include/rstl", "prefix": "RSTL_" }, ], "C/C++ Include Guard.Auto Update Path Allowlist": [ "include" ], "C/C++ Include Guard.Auto Update Path Blocklist": [ "include/zlib" ] }