create a default config.json file with sane defaults

This commit is contained in:
Justin Palmer 2013-01-31 12:52:02 -08:00
parent 793bb44bb2
commit 4cd2200121

11
.atom/config.json Normal file
View File

@ -0,0 +1,11 @@
{
"editor": {
},
"core": {
"themes": [
"Atom - Dark",
"IR_Black"
]
}
}