Skip to content

Instantly share code, notes, and snippets.

@pirpyn
Created December 7, 2017 14:29
Show Gist options
  • Save pirpyn/4264c1fb0da4b360c9e6c56c6c713366 to your computer and use it in GitHub Desktop.
Save pirpyn/4264c1fb0da4b360c9e6c56c6c713366 to your computer and use it in GitHub Desktop.
Sublime config files
[
{ "keys": ["ctrl+i"], "command": "reindent"},
]
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 9,
"highlight_modified_tabs": true,
"show_full_path": false,
"tab_completion": false,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment