Skip to content

Instantly share code, notes, and snippets.

@kshitij10496
Created January 29, 2018 13:34
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 kshitij10496/0c6426a8e6c5143ac55e11210fcab16d to your computer and use it in GitHub Desktop.
Save kshitij10496/0c6426a8e6c5143ac55e11210fcab16d to your computer and use it in GitHub Desktop.
Sublime Text 3 Material Design Configurations
{
"auto_complete_delay": 5,
"auto_complete_selector": "source, text",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"folder_exclude_patterns":
[
".svn",
".git",
".DS_Store",
"__pycache__",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.psd"
],
"font_face": "Source Code Pro",
"font_size": 16,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"material_theme_arrow_folders": true,
"material_theme_tabs_separator": true,
"open_files_in_new_window": false,
"rulers":
[
80
],
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment