Skip to content

Instantly share code, notes, and snippets.

@imsky
Last active October 1, 2022 21:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save imsky/3a0dcaed47f6d77bfd97 to your computer and use it in GitHub Desktop.
Sublime and iTerm settings
EditorConfig.EditorConfig
SirTori.indenticator
{
"editor.autoClosingQuotes": "never",
"editor.fontFamily": "Noto Mono, monospace",
"editor.fontSize": 16,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"html.autoCreateQuotes": false,
"js/ts.implicitProjectConfig.checkJs": true,
"update.mode": "manual",
"window.nativeTabs": true,
"window.openFilesInNewWindow": "on",
"workbench.colorTheme": "Default Light+",
"workbench.editor.untitled.hint": "hidden",
"workbench.startupEditor": "none",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment