lockee14
2b3538d3b1
add indentation and closing brace
missing indentation and brace between line 229 - 234:
before:
'Shift-Cmd-/': function (cm) {
if (global.process.platform !== 'darwin') { return }
[translateHotkey(hotkey.insertDateTime)]: function (cm) {
const dateNow = new Date()
cm.replaceSelection(dateNow.toLocaleString())
},
after:
'Shift-Cmd-/': function (cm) {
if (global.process.platform !== 'darwin') { return }
[translateHotkey(hotkey.insertDateTime)]: function (cm) {
const dateNow = new Date()
cm.replaceSelection(dateNow.toLocaleString())
}
},
2019-09-12 08:30:53 +09:00
..
2019-07-27 12:39:12 +09:00
2019-09-12 08:30:53 +09:00
2019-04-15 10:44:16 +09:00
2018-12-28 14:09:35 +08:00
2018-12-30 20:49:26 +08:00
2019-01-28 11:39:14 +09:00
2019-08-30 21:54:38 +09:00
2018-10-09 10:38:19 +02:00
2019-08-24 13:43:36 +09:00
2019-08-30 21:54:38 +09:00
2019-07-08 13:14:30 +09:00
2019-07-26 11:38:05 +09:00
2017-09-22 15:27:22 +09:00
2019-04-15 10:43:52 +09:00
2019-04-15 10:43:52 +09:00
2019-08-11 23:22:53 +09:00
2018-09-30 22:16:25 +02:00
2018-03-22 21:20:13 +01:00
2018-09-24 17:45:28 +02:00
2017-11-24 17:00:03 +01:00
2018-09-24 17:46:31 +02:00
2019-07-26 09:11:00 +09:00
2018-09-22 17:17:22 +02:00
2019-07-26 11:38:05 +09:00
2018-12-13 20:56:47 -05:00
2018-06-27 13:07:38 +05:00
2018-09-22 17:17:22 +02:00
2018-10-27 13:48:11 -07:00
2018-04-04 21:17:07 +09:00
2018-12-28 14:09:35 +08:00
2018-12-28 14:09:35 +08:00
2018-10-18 03:11:44 +09:00
2018-10-17 17:43:00 +09:00
2019-07-26 09:11:00 +09:00
2017-08-12 12:13:07 +09:00