Last active
January 14, 2017 18:04
-
-
Save nayed/27fa1cea57cb0999adfe to your computer and use it in GitHub Desktop.
My sublime text settings
This file contains hidden or 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
| DoxyDoxygen | |
| SublimeCodeIntel | |
| Modific | |
| AdvancedNewFile | |
| All Autocomplete | |
| Emmet | |
| SublimeLinter - SublimeLinter-Ruby - SublimeLinter-rubocop |
This file contains hidden or 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
| { | |
| "always_show_minimap_viewport": true, | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/ayu/ayu-dark.tmTheme", | |
| "font_options": | |
| [ | |
| "gray_antialias" | |
| ], | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "index_files": true, | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "overlay_scroll_bars": "enabled", | |
| "tab_size": 2, | |
| "theme": "ayu-dark.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "ui_separator": true, // separators between panels | |
| "ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc) | |
| "ui_big_tabs": true, // increased tab height | |
| "ui_fix_tab_labels": true, | |
| "word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment