mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
create a default config.json file with sane defaults
This commit is contained in:
11
.atom/config.json
Normal file
11
.atom/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor": {
|
||||
|
||||
},
|
||||
"core": {
|
||||
"themes": [
|
||||
"Atom - Dark",
|
||||
"IR_Black"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user