Skip to content

Instantly share code, notes, and snippets.

@mumairofficial
Last active July 14, 2022 22:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mumairofficial/ed4c9593d00954899b647860ba625907 to your computer and use it in GitHub Desktop.
Save mumairofficial/ed4c9593d00954899b647860ba625907 to your computer and use it in GitHub Desktop.
sublime text 3 settings
{
"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