Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Last active August 29, 2015 14:23
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 douglasmiranda/8b9595864ec06a7b8c27 to your computer and use it in GitHub Desktop.
Save douglasmiranda/8b9595864ec06a7b8c27 to your computer and use it in GitHub Desktop.
sublime preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Material-Theme (SL).tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"find_selected_text": true,
"font_face": "Fira Code",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"C#",
"Graphviz",
"Clojure",
"Lisp",
"Rails",
"Matlab",
"R",
"ActionScript",
"Ruby",
"ASP",
"Scala",
"Groovy",
"D"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
72,
79
],
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"word_wrap": "true",
"theme": "Material-Theme.sublime-theme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment