summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index c1574ec1ce..3760b00141 100644
--- a/tslint.json
+++ b/tslint.json
@@ -68,7 +68,7 @@
// Maintainability
"eofline": true,
"indent": [true, "tabs"],
- "linebreak-style": [true, "CRLF"],
+ "linebreak-style": false,
"max-file-line-count": false,
"max-line-length": [true, 140],
"no-default-export": false,