Skip to content

Instantly share code, notes, and snippets.

@pauldominik
Created February 7, 2017 10:34
Show Gist options
  • Save pauldominik/4a4686e8d753d99a5e5a8d7d72def641 to your computer and use it in GitHub Desktop.
Save pauldominik/4a4686e8d753d99a5e5a8d7d72def641 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