mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
keep these on one line? What should the rule be?
This commit is contained in:
@@ -11,8 +11,7 @@ class Project extends Pane
|
||||
|
||||
position: 'left'
|
||||
|
||||
html:
|
||||
$ require "project/project.html"
|
||||
html: $ require "project/project.html"
|
||||
|
||||
keymap:
|
||||
'Command-Ctrl-N': 'toggle'
|
||||
|
||||
@@ -5,6 +5,7 @@ _ = require 'underscore'
|
||||
module.exports =
|
||||
class Pane
|
||||
position: null
|
||||
|
||||
html: null
|
||||
|
||||
keymap: {}
|
||||
|
||||
Reference in New Issue
Block a user