Last active
December 12, 2017 01:21
-
-
Save totocaster/3db445dddcce7bd37ab7 to your computer and use it in GitHub Desktop.
Note to myself: current user settings for Sublime Text 3.
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
{ | |
"added_words": | |
[ | |
"blogs", | |
"blog", | |
"podcast", | |
"microblog", | |
"microblogging", | |
"smartwatches", | |
"microcontrollers", | |
"Refactor" | |
], | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Packages/User/RailsCastsColorScheme (SL).tmTheme", | |
"font_face": "Input", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 11, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"ActionScript", | |
"ASP", | |
"Clojure", | |
"D", | |
"Erlang", | |
"Graphviz", | |
"Groovy", | |
"Haskell", | |
"Java", | |
"Lisp", | |
"Lua", | |
"Markdown", | |
"MarkdownEditing", | |
"Matlab", | |
"Nodejs", | |
"OCaml", | |
"Pascal", | |
"R", | |
"Scala", | |
"SublimeLinter", | |
"Swift", | |
"Vintage" | |
], | |
"match_brackets": false, | |
"rulers": | |
[ | |
88 | |
], | |
"scroll_past_end": true, | |
"soda_classic_tabs": true, | |
"spell_check": true, | |
"theme": "Soda Dark 3.sublime-theme", | |
"trim_trailing_white_space_on_save": true | |
} |
Update: I no longer use Sublime Text, this gist is no longer maintained.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is my Sublimes Text 3 user settings file. Feel free to use it or use it as impression. Some key settings are proper
antialiasing
and Soda skin which looks good on OS X. I do preferFira Mono
to all of monospaces fonts, but weird line-height makes it unusable.