diff --git a/examples/simple-jsbeautifyrc/coffeescript/expected/operators.coffee b/examples/simple-jsbeautifyrc/coffeescript/expected/operators.coffee new file mode 100644 index 000000000..8cb7b8d47 --- /dev/null +++ b/examples/simple-jsbeautifyrc/coffeescript/expected/operators.coffee @@ -0,0 +1,2 @@ +value %%= 4000 +value != true \ No newline at end of file diff --git a/examples/simple-jsbeautifyrc/coffeescript/original/operators.coffee b/examples/simple-jsbeautifyrc/coffeescript/original/operators.coffee new file mode 100644 index 000000000..5ed9455e0 --- /dev/null +++ b/examples/simple-jsbeautifyrc/coffeescript/original/operators.coffee @@ -0,0 +1,2 @@ +value %%= 4000 +value != true \ No newline at end of file diff --git a/package.json b/package.json index de5290206..73d8940e6 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "atom-message-panel": "^1.1.1", "atom-space-pen-views": "^2.0.3", "bluebird": "^2.9.25", - "coffee-formatter": "^0.1.1", + "coffee-formatter": "^0.1.2", "diff": "^1.3.2", "editorconfig": "^0.11.4", "emissary": "^1.0.0",