Skip to content

Instantly share code, notes, and snippets.

@DannySu09
Created July 25, 2014 05:08
Show Gist options
  • Save DannySu09/d390b8fb9a7b60ebd1f7 to your computer and use it in GitHub Desktop.
Save DannySu09/d390b8fb9a7b60ebd1f7 to your computer and use it in GitHub Desktop.
sublime text 3 user_setting
{
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"font_size": 12,
"tab_size": 4,
"theme": "itg.flat.dark.sublime-theme",
"draw_white_space": "all",
"remember_open_files": true,
"folder_exclude_patterns": [".idea", ".sass-cache", "node_modules", ".git"],
"file_exclude_patterns": [".log", ".db", ".dat", ".DS_Store"],
"ignored_packages":
[
"Vintage"
],
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment