Skip to content

Instantly share code, notes, and snippets.

@theguuholi
Last active June 17, 2023 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theguuholi/0a8d3c8ca651f0fe737e10d53415eb20 to your computer and use it in GitHub Desktop.
Save theguuholi/0a8d3c8ca651f0fe737e10d53415eb20 to your computer and use it in GitHub Desktop.
// 20230518173256
// https://gist.githubusercontent.com/theguuholi/0a8d3c8ca651f0fe737e10d53415eb20/raw/5a7e49e9c0a7b88b8449639e620d92dde435e5e6/vscode-settings.json
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"emmet.includeLanguages": {
"html-eex": "html"
},
"files.associations": {
"*.eex": "html-eex",
"*.leex": "html-eex",
"*.heex": "html-eex"
},
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDelete": false,
"security.workspace.trust.untrustedFiles": "open",
"explorer.confirmDragAndDrop": false,
"diffEditor.ignoreTrimWhitespace": false,
"terminal.integrated.enableMultiLinePasteWarning": false,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Omni",
"typescript.updateImportsOnFileMove.enabled": "always",
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment