Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188983

Change subject: Add end_with_newline option to js-beautify
......................................................................

Add end_with_newline option to js-beautify

It is a newly introduced option and is consistent with MW JS style

Change-Id: I94096854395571b5694ea575bef663c2a5485a64
---
M .jsbeautifyrc
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/83/188983/1

diff --git a/.jsbeautifyrc b/.jsbeautifyrc
index e835270..cfa5b27 100644
--- a/.jsbeautifyrc
+++ b/.jsbeautifyrc
@@ -12,5 +12,6 @@
     "wrap_line_length": 0,
     "space_in_paren": true,
     "git_happy": true,
-    "indent_with_tabs": true
-}
\ No newline at end of file
+    "indent_with_tabs": true,
+    "end_with_newline": true
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94096854395571b5694ea575bef663c2a5485a64
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>

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

Reply via email to