Skip to content

Instantly share code, notes, and snippets.

@aayushjain
Last active September 25, 2019 09:19
Show Gist options
  • Save aayushjain/085cc31fafa9cb25b3fc7102f05df0de to your computer and use it in GitHub Desktop.
Save aayushjain/085cc31fafa9cb25b3fc7102f05df0de to your computer and use it in GitHub Desktop.
Custom config for environment in SublimeText 3
//
// For package: Alignment
//
{
"alignment_chars" : ["=", ":"],
"alignment_space_chars" : ["=", ":"],
}
//
// Also install the following packages:
// Alignment, Git, GitGutter, PackageControl, SidebarEnhancements, SublimeLinter, Spacegray Theme
//
{
"always_show_minimap_viewport" : true,
"bold_folder_labels" : false,
"color_scheme" : "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"enable_tab_scrolling" : false,
"ensure_newline_at_eof_on_save" : true,
// "font_face" : "SauceCodePro NF",
"font_face" : "Cascadia Code",
"font_options":
[
"no_round",
"gray_antialias",
"subpixel_antialias",
"dlig"
],
"font_size" : 10.5,
"highlight_line" : true,
"ignored_packages":
[
"Git",
"GitGutter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom" : 2,
"line_padding_top" : 2,
"margin" : 2,
"overlay_scroll_bars" : "enabled",
"rulers":
[
80,
120,
120.12
],
"scroll_speed" : 0.5,
"spacegray_fileicons" : true,
"spacegray_sidebar_font_large" : true,
"spacegray_sidebar_tree_xlarge" : true,
"spacegray_tabs_auto_width" : true,
"spacegray_tabs_font_large" : true,
"spacegray_tabs_large" : true,
"tab_size" : 4,
"theme" : "Spacegray.sublime-theme",
"translate_tabs_to_spaces" : true,
"use_tab_stops" : true,
"trim_trailing_white_space_on_save" : true,
"ui_scale" : 0.96,
"word_wrap" : "true",
"wrap_width" : 120,
"shift_tab_unindent" : false,
"highlight_modified_tabs" : false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment