Skip to content

Instantly share code, notes, and snippets.

@paddy74
Last active January 9, 2019 16:51
Show Gist options
  • Save paddy74/cda5359d08869b085a4a699ab569dd81 to your computer and use it in GitHub Desktop.
Save paddy74/cda5359d08869b085a4a699ab569dd81 to your computer and use it in GitHub Desktop.
My user preferences for Sublime Text and vscode
// Sublime Text settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"rulers":
[
79
],
"show_encoding": true,
"show_line_endings": true,
"smart_indent": true,
"tab_size": 4,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment