Skip to content

Instantly share code, notes, and snippets.

@rajasimon
Last active March 5, 2019 18:40
Show Gist options
  • Save rajasimon/818fc1873cab5d42eec174ca9fb8594b to your computer and use it in GitHub Desktop.
Save rajasimon/818fc1873cab5d42eec174ca9fb8594b to your computer and use it in GitHub Desktop.
Sublime Text 3
{
"close_windows_when_empty": true,
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
[
".git",
"venv"
],
"font_face": "Fira Code",
"font_size": 14,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
79
],
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_font_roboto_mono": true,
"ui_font_size_small": true,
"ui_font_source_code_pro": true,
"ui_native_titlebar": true,
"ui_separator": true,
"ui_wide_scrollbars": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment