Skip to content

Instantly share code, notes, and snippets.

@xiocode
Last active January 2, 2016 16:49
Show Gist options
  • Save xiocode/8332802 to your computer and use it in GitHub Desktop.
Save xiocode/8332802 to your computer and use it in GitHub Desktop.
{
"autocomplete_closures": true,
"autocomplete_builtins": true,
"autocomplete_suggest_imports": true,
"use_named_imports": true,
"fmt_cmd": ["goimports"],
"env":{
"GOROOT": "/Users/shao/Developer/go",
"GOPATH": "/Users/shao/Developer/workspace"
}
}
[
{
"keys": ["ctrl+shift+i"],
"command": "insert_snippet",
"args": {"name": "Packages/User/Author.sublime-snippet"}
}
]
@xiocode
Copy link
Author

xiocode commented May 30, 2014

{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "solid",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": false,
"font_options":
[
"gray_antialias"
],
"font_size": 19.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
102,
109
],
"scroll_past_end": false,
"show_full_path": true,
"show_minimap": false,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment