Last active
February 15, 2018 10:31
-
-
Save yankcrime/e0e2694edb0ac4fd3ebbdde3b3fd3acb to your computer and use it in GitHub Desktop.
Sublime Text preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"added_words": | |
[ | |
"virtualisation", | |
"startup" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/base16-cupertino (SL).tmTheme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"enable_tab_scrolling": false, | |
"env": | |
{ | |
"GOPATH": "/Users/nick/src/golang", | |
"GOROOT": "/usr/local/bin/go", | |
"PATH": "$PATH:/usr/local/bin:/$GOPATH/bin" | |
}, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"_build", | |
"dist", | |
"build", | |
"site" | |
], | |
"font_face": "Triplicate T4c", | |
"font_size": 14, | |
"gutter": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"ensure_newline_at_eof_on_save": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment