Skip to content

Instantly share code, notes, and snippets.

@madevelopers
Last active December 27, 2015 12:59
Show Gist options
  • Save madevelopers/7330099 to your computer and use it in GitHub Desktop.
Save madevelopers/7330099 to your computer and use it in GitHub Desktop.
This is my preferences settings for sublime text
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "system",
"rulers":
[
79
],
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"show_encoding": true,
"show_line_endings": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment