Skip to content

Instantly share code, notes, and snippets.

@rapee
Created October 13, 2016 03:21
Show Gist options
  • Save rapee/05bf9eacaa716e08b70c038e0cff6e4b to your computer and use it in GitHub Desktop.
Save rapee/05bf9eacaa716e08b70c038e0cff6e4b to your computer and use it in GitHub Desktop.
Settings For Sublime Text 3
{
"build_systems":
[
{
"name": "Build",
"shell_cmd": "npm run build"
},
{
"name": "Watch",
"shell_cmd": "npm run watch"
}
],
"folders":
[
{
"path": "."
}
],
"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
}
{
"bold_folder_labels": true,
"find_selected_text": true,
"font_size": 14,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment