Skip to content

Commit

Permalink
Add description for cursorPositionFormat configuration item
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-dohm committed May 27, 2015
1 parent 4567557 commit d4a64c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports =
cursorPositionFormat:
type: 'string'
default: '%L:%C'
description: 'Format for the cursor position status bar element, where %L is the line number and %C is the column number'

activate: ->
@statusBar = new StatusBarView()
Expand Down

0 comments on commit d4a64c9

Please sign in to comment.