Skip to content

Commit c131088

Browse files
committed
Unix linending style is mandatory
1 parent 87222dd commit c131088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (grunt) {
1010
tabfix: {
1111
// Cleanup whitespace according to http://contribute.jquery.org/style-guide/js/
1212
// (requires https://github.com/mar10/tabfix)
13-
cmd: "tabfix -t -r -m *.js,*.css,*.html,*json,*.yaml -i node_modules ."
13+
cmd: "tabfix -t --line=UNIX -r -m *.js,*.css,*.html,*json,*.yaml -i node_modules ."
1414
},
1515
upload: {
1616
// FTP upload the demo files (requires https://github.com/mar10/pyftpsync)

jquery.contextmenu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)