Skip to content

Instantly share code, notes, and snippets.

@jleeothon
Created August 23, 2016 19:35
Show Gist options
  • Save jleeothon/b833dae0951e337d12c38abc9a526a07 to your computer and use it in GitHub Desktop.
Save jleeothon/b833dae0951e337d12c38abc9a526a07 to your computer and use it in GitHub Desktop.
project-manager.coffee
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