this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add clang-format to use with GLSL

+16 -5
+5 -4
.config/vscode/extensions.txt
··· 12 12 eamodio.gitlens@10.2.2 13 13 fabiospampinato.vscode-statusbar-debugger@2.0.6 14 14 GitHub.vscode-pull-request-github@0.17.0 15 - golang.go@0.15.0 15 + golang.go@0.15.1 16 16 ian-h-chamberlain.redcode@0.1.0 17 17 IBM.output-colorizer@0.1.2 18 18 jeff-hykin.better-cpp-syntax@1.14.31 ··· 23 23 marko2276.yang@0.1.3 24 24 matklad.rust-analyzer@0.2.232 25 25 ms-azuretools.vscode-docker@1.3.1 26 - ms-pyright.pyright@1.1.50 26 + ms-pyright.pyright@1.1.51 27 27 ms-python.python@2020.6.91350 28 28 ms-vscode-remote.remote-ssh@0.51.0 29 29 ms-vscode-remote.remote-ssh-edit@0.51.0 30 - ms-vscode.cmake-tools@1.4.0 30 + ms-vscode.cmake-tools@1.4.1 31 31 ms-vscode.cpptools@0.28.3 32 32 ms-vscode.vscode-typescript-tslint-plugin@1.2.3 33 - ms-vsliveshare.vsliveshare@1.0.2377 33 + ms-vsliveshare.vsliveshare@1.0.2427 34 34 redhat.vscode-xml@0.13.0 35 35 redhat.vscode-yaml@0.8.0 36 36 richie5um2.vscode-sort-json@1.18.0 ··· 45 45 vsciot-vscode.vscode-arduino@0.3.1 46 46 vscode-org-mode.org-mode@1.0.0 47 47 wholroyd.jinja@0.0.8 48 + xaver.clang-format@1.9.0 48 49 xoronic.pestfile@0.0.2 49 50 zhouronghui.propertylist@0.0.2 50 51 zxh404.vscode-proto3@0.4.2
+11 -1
Library/Application Support/Code/User/settings.json
··· 15 15 "[graphql]": { 16 16 "editor.tabSize": 2, 17 17 }, 18 + "[glsl]": { 19 + "editor.defaultFormatter": "xaver.clang-format", 20 + "editor.formatOnSave": true 21 + }, 18 22 "[javascript]": { 19 23 "editor.formatOnSave": true, 20 24 "editor.tabSize": 2, ··· 168 172 "ianchamberlain", 169 173 "ichamberlain", 170 174 "jira", 175 + "journald", 171 176 "kwargs", 172 177 "ldap", 173 178 "makecache", ··· 178 183 "pkgrepo", 179 184 "pkgrepos", 180 185 "pkgs", 186 + "popd", 181 187 "pref", 182 188 "prefs", 183 189 "proto", 190 + "pushd", 184 191 "pyenv", 185 192 "pylint", 186 193 "repo", ··· 190 197 "rhel", 191 198 "splitn", 192 199 "srcs", 200 + "syslog", 201 + "systemctl", 193 202 "systemd", 194 - "tmux" 203 + "tmux", 204 + "unconfigure" 195 205 ], 196 206 197 207 "debug.internalConsoleOptions": "openOnSessionStart",