Skip to content

Instantly share code, notes, and snippets.

@visb
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save visb/859be03e151346172dcf to your computer and use it in GitHub Desktop.

Select an option

Save visb/859be03e151346172dcf to your computer and use it in GitHub Desktop.
User configuration for sublime text 3
{
"update_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"trim_automatic_white_space": false,
// "indent_subsequent_lines": true,
"highlight_line": true,
// "match_brackets_angle": false,
"move_to_limit_on_up_down": true,
// "trim_trailing_white_space_on_save": false,
"ensure_newline_at_eof_on_save": true,
"shift_tab_unindent": true,
"copy_with_empty_selection": true,
// "find_selected_text": true,
"highlight_modified_tabs": true,
"show_tab_close_buttons": false,
"bold_folder_labels": true,
"show_encoding": true,
"show_line_endings": true,
"remember_open_files": false,
"close_windows_when_empty": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment