Skip to content

Instantly share code, notes, and snippets.

@rexzj266
Created October 26, 2015 07:51
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 rexzj266/eb8d72b68909a7babcfb to your computer and use it in GitHub Desktop.
Save rexzj266/eb8d72b68909a7babcfb to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"fade_fold_buttons": false,
"fallback_encoding": "Shift_JIS",
"font_options": "subpixel_antialias",
"font_size": 10,
"format_on_save": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ActionScript",
"AppleScript",
"ASP",
"C#",
"C++",
"Clojure",
"D",
"Erlang",
"Go",
"Graphviz",
"Groovy",
"Haskell",
"Java",
"LaTeX",
"Lisp",
"Lua",
"Makefile",
"Matlab",
"Objective-C",
"OCaml",
"Pascal",
"Perl",
"PHP",
"R",
"Rails",
"RestructuredText",
"Ruby",
"Scala",
"TCL",
"Textile",
"XSL"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"show_encoding": true,
"show_tab_close_buttons": false,
"soda_folder_icons": false,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true,
// Exclude node_modules and deprecated folders from search, sidebar, and goto anything
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "deprecated", "node_modules"],
// Exclude sublime project files and files ending in .orig from search, sidebar, and goto anything
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.orig", "*.sublime-project", "*.sublime-workspace"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment