Skip to content

Instantly share code, notes, and snippets.

@totocaster
Last active December 12, 2017 01:21
Show Gist options
  • Save totocaster/3db445dddcce7bd37ab7 to your computer and use it in GitHub Desktop.
Save totocaster/3db445dddcce7bd37ab7 to your computer and use it in GitHub Desktop.
Note to myself: current user settings for Sublime Text 3.
{
"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
}
@totocaster
Copy link
Author

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