Last active
January 14, 2016 10:50
-
-
Save VictorTpo/ba27feb1d31463d3b383 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"always_show_minimap_viewport": true, | |
"color_scheme": "Packages/User/enlightened.tmTheme", | |
"default_line_ending": "unix", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Source Code Pro for Powerline", | |
"font_size": 14, | |
"highlight_modified_tabs": true, | |
"rulers": [80], | |
"ignored_packages":["Vintage"], | |
"indent_guide_options": ["draw_normal", "draw_active"], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"material_theme_tabs_autowidth": true, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"theme": "Dark-Material.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment