Browse Source

fixed nasty syntax indent error in config.json

merge-requests/365/head
tedjk 11 years ago
parent
commit
f3f14aada6
  1. 14
      juci/config.json

14
juci/config.json

@ -21,13 +21,13 @@
"c",
"cc",
"cpp",
"cxx",
"c++",
"h",
"hh",
"hpp",
"hxx",
"h++"
"cxx",
"c++",
"h",
"hh",
"hpp",
"hxx",
"h++"
]
},
"keybindings": {

Loading…
Cancel
Save