Skip to content

Instantly share code, notes, and snippets.

@huenisys
Forked from pauldominik/settings.json
Created August 25, 2017 15:19
Show Gist options
  • Save huenisys/dced43550db82b3c2e63dfd6cc2bd68d to your computer and use it in GitHub Desktop.
Save huenisys/dced43550db82b3c2e63dfd6cc2bd68d to your computer and use it in GitHub Desktop.
Sublime Text 3 User settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"match_brackets_angle": true,
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment