Skip to content

Instantly share code, notes, and snippets.

@nilsFK
Last active August 29, 2015 14:18
Show Gist options
  • Save nilsFK/9dee4d62d6ebf7e813be to your computer and use it in GitHub Desktop.
Save nilsFK/9dee4d62d6ebf7e813be to your computer and use it in GitHub Desktop.
Sublime 3 user preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending" : "unix",
"font_options": "subpixel_antialias",
"font_size": 14,
"gutter" : true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"show_encoding": true,
"tab_completion": false,
"tab_size": 4,
"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