Skip to content

Instantly share code, notes, and snippets.

@andrewkolesnikov
Created March 19, 2013 16:15
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 andrewkolesnikov/5197492 to your computer and use it in GitHub Desktop.
Save andrewkolesnikov/5197492 to your computer and use it in GitHub Desktop.
{
"file_exclude_patterns":
[
".project",
".classpath",
".DS_Store"
],
"folder_exclude_patterns":
[
".settings",
".idea",
".svn",
".git",
".hg",
"CVS",
"classes",
"target"
],
"font_size": 15.0,
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment