Skip to content

Instantly share code, notes, and snippets.

@sunil-bagde
Created August 14, 2021 20:49
Show Gist options
  • Select an option

  • Save sunil-bagde/b9ba2468737bd0ae2ace1646a2e68bd8 to your computer and use it in GitHub Desktop.

Select an option

Save sunil-bagde/b9ba2468737bd0ae2ace1646a2e68bd8 to your computer and use it in GitHub Desktop.
{
"added_words":
[
"jsoniary",
"const"
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"theme": "Agila.sublime-theme",
"color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme",
"font_face": "MonoLisa",
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 18,
"hot_exit": false,
"ignored_packages":
[
"ESLint-Formatter",
"Vintage"
],
"ignored_words":
[
"utils"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 6,
"line_padding_top": 6,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment