Last active
July 19, 2018 11:52
-
-
Save gokulkrishh/509f5a7cbc4077ccd857 to your computer and use it in GitHub Desktop.
Sublime 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
{ | |
"args": | |
{ | |
"activate_browser": true, | |
"auto_save": true, | |
"browser_name": "all", | |
"delay": 0.5 | |
}, | |
"auto_complete": true, | |
"bold_folder_labels": true, | |
"caret_extra_width": 2, | |
"command": "browser_refresh", | |
"flatland_square_tabs": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"scss", | |
"zip", | |
"bower_components" | |
], | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_guides_enabled": true, | |
"keys": | |
[ | |
"command+shift+r" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"rulers": | |
[ | |
90 | |
], | |
"tab_size": 2, | |
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme", | |
"theme": "Cobalt2.sublime-theme", | |
} |
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
{ | |
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
"disable_formatted_linebreak": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"bower_components", | |
"build" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_options": "subpixel_antialias", | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"rulers": | |
[ | |
90 | |
], | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"theme": "Cobalt2.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"wrap_width": 90 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment