Skip to content

Instantly share code, notes, and snippets.

@adam1x
Created May 22, 2017 21:34
Show Gist options
  • Select an option

  • Save adam1x/8d0ba77cd3015e4e6dcdf4b2b28286ae to your computer and use it in GitHub Desktop.

Select an option

Save adam1x/8d0ba77cd3015e4e6dcdf4b2b28286ae to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme",
"fade_fold_buttons": false,
"font_face": "DejaVu Sans Mono",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"scroll_past_end": true,
"spacegray_fileicons": true,
"theme": "Spacegray Eighties.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