Skip to content

Instantly share code, notes, and snippets.

@ildus
Last active August 29, 2015 14:01
Show Gist options
  • Save ildus/9567359c3f16c6a893de to your computer and use it in GitHub Desktop.
Save ildus/9567359c3f16c6a893de to your computer and use it in GitHub Desktop.
{
"custom_folder_icons": true,
"detect_indentation": false,
"draw_centered": false,
"font_face": "Consolas",
"font_size": 10,
"hide_snippets_on_completion": true,
"ignored_packages":
[
"Clojure",
"Objective-C",
"Vintage",
"Groovy",
"OCaml",
"AppleScript",
"SublimeLinter",
"Graphviz",
"ActionScript",
"Haskell",
"JSHint Gutter"
],
"indent_to_bracket": true,
"line_numbers": true,
"pep8_ignore":
[
"E501",
"E124",
"E128",
"E126",
"E127",
"E121"
],
"rulers":
[
80,
100
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"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