Created
August 23, 2016 19:35
-
-
Save jleeothon/b833dae0951e337d12c38abc9a526a07 to your computer and use it in GitHub Desktop.
project-manager.coffee
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
default_template: | |
title: "Default" | |
settings: | |
"*": | |
"editor.tabLength": 4 | |
".source.coffee": | |
"editor.tabLength": 2 | |
".source.ruby": | |
"editor.tabLength": 2 | |
alfiebox: | |
title: "alfiebox" | |
template: "default_template" | |
paths: [ | |
"/Users/oakhorn/alfiebox" | |
] | |
settings: | |
".source.coffee": | |
"editor.tabLength": 2 | |
"editor.preferredLineLength": 80 | |
alfie: | |
title: "alfie" | |
template: "default_template" | |
paths: [ | |
"/Users/oakhorn/alfiebox/alfieproject/alfie" | |
] | |
settings: | |
".source.html": | |
"editor.tabLength": 2 | |
corto: | |
title: "corto" | |
template: "default_template" | |
paths: [ | |
"/Users/oakhorn/alfiebox/alfieproject/corto" | |
] | |
alfieapp: | |
title: "alfieapp" | |
paths: [ | |
"/Users/oakhorn/alfiebox/alfieproject/alfieapp" | |
] | |
template: "default_template" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment