Skip to content

Instantly share code, notes, and snippets.

@cre-o
Last active October 28, 2018 20:34
Show Gist options
  • Save cre-o/5a6a24e8e82a380eff6cc11869f21467 to your computer and use it in GitHub Desktop.
Save cre-o/5a6a24e8e82a380eff6cc11869f21467 to your computer and use it in GitHub Desktop.
Sublime text 3 universal user settings
This is my default settings (without styling (e.g. fonts, theme options, etc.)), it setups "soft tabs",
removes trailing spaces, line paddings and so on...
Making better team work with the same editor.
Put it in your User's preferences.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment