Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created November 5, 2022 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjobson/1413a522fc59aec0d31d9a22b642d36f to your computer and use it in GitHub Desktop.
Save pjobson/1413a522fc59aec0d31d9a22b642d36f to your computer and use it in GitHub Desktop.
{
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Hack",
"font_size": 28.0,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": true,
"match_brackets_square": true,
"match_bracktets_angle": true,
"match_bracktets_braces": true,
"preview_on_click": false,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment