Last active
July 14, 2022 22:33
-
-
Save mumairofficial/ed4c9593d00954899b647860ba625907 to your computer and use it in GitHub Desktop.
sublime text 3 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
{ | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_with_fields": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Agila Theme/Agila Classic Oceanic Next.tmTheme", | |
"default_encoding": "UTF-8", | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".bundle", | |
".sass-cache" | |
], | |
"font_face": "Inconsolata", // Inconsolata || Operator Mono | |
"font_options": | |
[ | |
"liga", | |
"subpixel_antialias" | |
], | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"mini_diff": true, | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"tab_completion": false, | |
"tab_size": 4, | |
"theme": "ayu-mirage.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment