diff options
| -rw-r--r-- | Brewfile | 2 | ||||
| -rw-r--r-- | Library/Application Support/Code/User/settings.json | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -58,6 +58,7 @@ brew "emacs" brew "nmap" brew "pulumi" brew "fork-cleaner" +brew "whalebrew" tap "bufbuild/buf" brew "buf" @@ -81,6 +82,7 @@ cask "drawio" cask "figma" cask "discord" + # My tools brew "cobraz/tools/trippl-timely" diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json index 0e4e70f..099e6e4 100644 --- a/Library/Application Support/Code/User/settings.json +++ b/Library/Application Support/Code/User/settings.json @@ -1,5 +1,4 @@ { - "window.zoomLevel": 0, "atomKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.formatOnPaste": true, @@ -65,5 +64,11 @@ "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "[dockerfile]": { "editor.defaultFormatter": "ms-azuretools.vscode-docker" + }, + "files.associations": { + "*.graphql": "graphql" + }, + "[markdown]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" } }
\ No newline at end of file |
