Skip to content

Instantly share code, notes, and snippets.

@kynatro
Last active April 13, 2018 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kynatro/d6a24ff7fb9d97adce20cb42a965aa7a to your computer and use it in GitHub Desktop.
Save kynatro/d6a24ff7fb9d97adce20cb42a965aa7a to your computer and use it in GitHub Desktop.
Sublime Text Configuration

Packages to install:

  • A File Icon
  • Babel
  • Babel Snippets
  • BracketHighlighter
  • Case Conversion
  • Color Highlighter
  • CSS Format
  • DocBlockr
  • EditorConfig
  • Emmet
  • GitGutter
  • GitSavvy
  • HTML-CSS-JS Prettify
  • JsFormat
  • LiveReload
  • Markdown Preview
  • Material Theme
  • npm
  • Sass
  • SidebarEnhancements
  • SublimeLinter
  • SublimeLinter-eslint
{
"added_words":
[
"npm",
"http",
"localhost",
"sn",
"gatsby",
"js",
"google",
"plugin",
"Webpack",
"templating",
"contrib",
"yml",
"linting",
"linted",
"eslint",
"json",
"eslintrc",
"config",
"editorconfig",
"html",
"admin",
"aws",
"awscli",
"Homebrew",
"Cloudfront",
"S3",
"src",
"scss",
"symlink",
"devsnc",
"cd",
"ln",
"inline",
"btn",
"namespace",
"foobar",
"grep"
],
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"node_modules/**"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Fira Code",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Qvaocem",
"borderless",
"deo",
"dev",
"firstname",
"lastname",
"pre",
"rf",
"svgs"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"word_wrap": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment