Last active
March 28, 2022 06:07
-
-
Save arvi/b71cd26b7a20944a7d53607213d56c20 to your computer and use it in GitHub Desktop.
Sublime Settings OSX
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
{ | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": ".", | |
"selector": "source.js" | |
} | |
], | |
"bold_folder_labels": true, | |
"caret_extra_width": 2, | |
"caret_style": "smooth", | |
"color_scheme": "Packages/User/SublimeLinter/Agila Oceanic Next (SL).tmTheme", | |
"fade_fold_buttons": false, | |
"font_face": "Inconsolata", | |
"font_size": 21, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"show_line_endings": true, | |
"tab_size": 4, | |
"theme": "Agila.sublime-theme", | |
"theme_agila_sidebar_light_icons": true, | |
"theme_agila_sidebar_selected_entry_yellow": true, | |
"theme_agila_auto_complete_yellow": true, | |
"theme_agila_active_tab_entry_yellow": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment