mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename singleTrailingNewline to ensureSingleTrailingNewline
This commit is contained in:
@@ -81,8 +81,8 @@ describe "CSON", ->
|
||||
fontSize: 20
|
||||
core:
|
||||
themes: ['a', 'b']
|
||||
stripTrailingWhitespace:
|
||||
singleTrailingNewline: true
|
||||
whitespace:
|
||||
ensureSingleTrailingNewline: true
|
||||
|
||||
cson = CSON.stringify(object)
|
||||
CoffeeScript = require 'coffee-script'
|
||||
|
||||
Reference in New Issue
Block a user