Skip to content

Instantly share code, notes, and snippets.

@hendra
Last active April 14, 2019 01:50
Show Gist options
  • Save hendra/c8940e7351b0506569bd994ae75865ab to your computer and use it in GitHub Desktop.
Save hendra/c8940e7351b0506569bd994ae75865ab to your computer and use it in GitHub Desktop.
syntax-specific settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"indent_to_bracket": true,
"block_caret": true,
"match_brackets_angle": true,
"move_to_limit_on_up_down": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"shift_tab_unindent": true,
"auto_find_in_selection": true,
"auto_find_in_selection": true,
"show_encoding": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment