Skip to content

Instantly share code, notes, and snippets.

@nathanhornby
Last active August 30, 2018 16:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanhornby/2e0817cedf0981e06ad5 to your computer and use it in GitHub Desktop.
Save nathanhornby/2e0817cedf0981e06ad5 to your computer and use it in GitHub Desktop.
My Sublime Text 3 user preferences
{
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Alchemist/Alchemist.tmTheme",
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "DejaVu Sans Mono",
"font_size": 12.5,
"highlight_line": true,
"ignored_packages":
[
"Rails",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 100,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
}
@rokfrog
Copy link

rokfrog commented Aug 30, 2018

How to use this? Kindly share tips

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment