Skip to content

Instantly share code, notes, and snippets.

@OlofFredriksson
Last active October 28, 2016 06:05
Show Gist options
  • Save OlofFredriksson/6447363 to your computer and use it in GitHub Desktop.
Save OlofFredriksson/6447363 to your computer and use it in GitHub Desktop.
Sublime settings
{
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"ignored_packages": [
"Vintage"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"open_files_in_new_window": false
}
// Plugins
// https://packagecontrol.io/
// https://packagecontrol.io/packages/Markdown%20Preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment