Skip to content

Instantly share code, notes, and snippets.

@RoryDungan
Last active April 5, 2016 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoryDungan/e7bc894fd157f40ef6ae to your computer and use it in GitHub Desktop.
Save RoryDungan/e7bc894fd157f40ef6ae to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"added_words":
[
"favourite"
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"soda_folder_icons": false,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment