Skip to content

Instantly share code, notes, and snippets.

@paulmars
Last active August 7, 2020 00:26
Show Gist options
  • Save paulmars/1428494 to your computer and use it in GitHub Desktop.
Save paulmars/1428494 to your computer and use it in GitHub Desktop.
Sublime Text 3
{
"auto_complete": false,
"caret_style": "phase",
"draw_minimap_border": true,
"file_exclude_patterns":
[
".out",
".DS_Store",
"dblocal.sql"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"vendor",
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"node_modules",
"tmp",
"ios",
"android",
"public"
],
"font_size": 15.0,
"git_diff_target": "index",
"highlight_active_indent_guide": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"mini_diff": "auto",
"show_definitions": false,
"tab_size": 2,
"theme": "SoDaReloaded Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
// GitGutter Settings - User
{
"line_annotation_text": "{{line_summary}}"
}
// js prettier
{
"auto_format_on_save": true,
}
Package Control
Babel
Babel Snipits
Better Coffeescript?
Eslint
GitGutter
Graphql
Jest
jsPrettier
Monokai Dark
Pretty Json
RSpec
Sass
Simple JSX
Sumblime Linter
Sublime Linter-eslin
Tabnine
Soda theme
{
"auto_complete": false,
"caret_style": "phase",
"draw_minimap_border": true,
"file_exclude_patterns":
[
".out",
".DS_Store",
"dblocal.sql"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"vendor",
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"node_modules",
"tmp",
"ios",
"android",
"public"
],
"font_size": 15.0,
"git_diff_target": "index",
"highlight_active_indent_guide": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"mini_diff": "auto",
"show_definitions": false,
"tab_size": 2,
"theme": "SoDaReloaded Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment