Skip to content

Instantly share code, notes, and snippets.

@lkcampbell
Last active December 17, 2015 00:39
Show Gist options
  • Save lkcampbell/5522297 to your computer and use it in GitHub Desktop.
Save lkcampbell/5522297 to your computer and use it in GitHub Desktop.
Repro file for "Tabbing on single-line character range should replace characters with tab" issue
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define */
define(function (require, exports, module) {
"use strict";
var foobar = 0,
bar = 0;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment