Last active
November 15, 2017 17:59
-
-
Save sayak-sarkar/5bb2dfea84139ab3b426 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings.
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
Show hidden characters
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by file type specific settings. | |
{ | |
"Seti_ClosedFolder_remove": true, | |
"Seti_show_group_arrows": true, | |
"always_show_minimap_viewport": true, | |
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "ng-controller=\"*", | |
"selector": "punctuation.definition.string" | |
} | |
], | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
"Seti_UX", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"overlay_scroll_bars": "enabled", | |
"tabs_medium": true, | |
"theme": "Material-Theme-Darker.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment