Last active
August 30, 2016 10:26
-
-
Save leolara/3cc0767fedfc788b0fc4ee496f863473 to your computer and use it in GitHub Desktop.
Linting rocketchat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"indentation" : { | |
"level" : "error", | |
"value" : 1 | |
}, | |
"no_tabs": { "level": "ignore"}, | |
"max_line_length": { "level": "ignore"}, | |
"no_spaces": {"level" : "error"}, | |
"line_endings" : { | |
"value" : "unix", | |
"level" : "error" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment