Skip to content

Instantly share code, notes, and snippets.

@openam
Last active December 27, 2015 10:49
Show Gist options
  • Select an option

  • Save openam/7314174 to your computer and use it in GitHub Desktop.

Select an option

Save openam/7314174 to your computer and use it in GitHub Desktop.
Sublime Text Settings Preferences: Settings - User Default (Linux): Key Bindings - User Package Control: Package Settings -> Package Control -> Settings - User Base File: Package Settings -> DocBlockr -> Settings - User
{
"jsdocs_align_tags": "no",
"jsdocs_spacer_between_sections": true
}
[
{ "keys": ["ctrl+super+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"}},
{ "keys": ["ctrl+shift+g"], "command": "find_next" },
{
"keys": ["alt+w"],
"command": "toggle_setting",
"args":
{
"setting": "word_wrap"
}
}
]
{
"auto_upgrade_last_run": null,
"installed_packages":
[
"DocBlockr",
"EditorConfig",
"Package Control",
"Sass",
"SublimeCakePHP",
"Theme - Soda",
"VAlign"
],
"repositories":
[
"https://github.com/openam/SublimeCakePHP"
]
}
{
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 8,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"va_alignment_chars":
[
{
"alignment": "right",
"char": "=>",
"left_space": true,
"prefixes":
[
],
"right_space": true
},
{
"alignment": "right",
"char": "=",
"left_space": true,
"prefixes":
[
"+",
"-",
"&",
"|",
"<",
">",
"!",
"~",
"%",
"/",
"*",
"."
],
"right_space": true
},
{
"alignment": "right",
"char": ":",
"left_space": true,
"prefixes":
[
],
"right_space": true
},
{
"alignment": "right",
"char": ".",
"left_space": true,
"prefixes":
[
],
"right_space": false
}
],
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment