Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created March 25, 2020 14:31
Show Gist options
  • Save saniyathossain/de3130ce505b14f8c3619d49ace92e3d to your computer and use it in GitHub Desktop.
Save saniyathossain/de3130ce505b14f8c3619d49ace92e3d to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"bold_folder_labels": true,
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"draw_minimap_border": true,
"font_face": "JetBrains Mono, Inconsolata",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeCodeIntel",
"Travis YML Lint"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"show_line_endings": true,
"theme": "ayu-mirage.sublime-theme",
"trim_trailing_white_space_on_save": true,
"ui_big_tabs": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": false,
"ui_font_source_code_pro": false,
"ui_separator": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment