Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Created May 14, 2017 11:58
Show Gist options
  • Select an option

  • Save yohangdev/02cde53b755dc46b4cbfb323ecd4578a to your computer and use it in GitHub Desktop.

Select an option

Save yohangdev/02cde53b755dc46b4cbfb323ecd4578a to your computer and use it in GitHub Desktop.
Sublime 3 Settings
{
"color_scheme": "Packages/User/SublimeLinter/One Dark (SL).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_numbers": true,
"line_padding_bottom": 5,
"line_padding_top": 5,
"remember_open_files": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 4,
"tabs_small": false,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment