Created
March 19, 2013 16:15
-
-
Save andrewkolesnikov/5197492 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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