Created
November 2, 2011 10:28
-
-
Save rsoares/1333349 to your computer and use it in GitHub Desktop.
Project file configuration
This file contains hidden or 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
{ | |
"folders": | |
[ | |
{ | |
"path": "path/to/folder/foo" | |
"file_exclude_patterns": [""] | |
}, | |
{ | |
"path": "path/to/folder/bar" | |
"file_exclude_patterns": [""] | |
}, | |
], | |
"settings": | |
{ | |
"tab_size": 8 | |
}, | |
"build_systems": | |
[ | |
{ | |
"name": "List", | |
"cmd": ["ll"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment