Jhernandez has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/373045 )

Change subject: Chore: Properly specify newLine
......................................................................

Chore: Properly specify newLine

Apparently it needs to be UPPERCASE to be valid.

Change-Id: Id2cf1c8f45da2c0d4983892b8a2ed681eb25770b
---
M tsconfig.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/marvin refs/changes/45/373045/1

diff --git a/tsconfig.json b/tsconfig.json
index baefc3c..e0a6939 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -27,7 +27,7 @@
       "src/types"
     ],
 
-    "newLine": "lf",
+    "newLine": "LF",
     // This option creates problems with the typeRoots in OS X. See:
     // https://github.com/Microsoft/TypeScript/issues/17617
     "forceConsistentCasingInFileNames": false,

-- 
To view, visit https://gerrit.wikimedia.org/r/373045
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id2cf1c8f45da2c0d4983892b8a2ed681eb25770b
Gerrit-PatchSet: 1
Gerrit-Project: marvin
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to