Conversation
|
From http://contribute.jquery.org/style-guide/js/#full-file-closures: module.exports = function( grunt ) {
// This doesn't get indented
};Also, we use tabs, no spaces. |
|
@arthurvr I indented this so that it is easy to read |
|
@ashg1910 It being easier to read is at the end just a personal opinion. This is how our style guide states it, and that's where the whole team agrees on.
|
|
okay :) |
That does not make sense, we use 'real' tabs, no spaces :) |
|
@arthurvr this actually does matter because it effects our max line length rules. We use real tabs but count them as 4 space.
|
No description provided.