Skip to content

Instantly share code, notes, and snippets.

@fredrik
Created January 21, 2015 15:02
Show Gist options
  • Save fredrik/8990b2581bf6fb1c7035 to your computer and use it in GitHub Desktop.
Save fredrik/8990b2581bf6fb1c7035 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"font_size": 14.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"auto_complete": false,
"copy_with_empty_selection": false,
"hot_exit": false,
"remember_open_files": false,
"word_wrap": false,
"draw_white_space": "all",
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
100
]
}
@fredrik
Copy link
Author

fredrik commented Jan 21, 2015

💪

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