[Updated] D8947: mercurial: force LF endings for *.py, *.{c, h} and *.t in .editorconfig
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Thu Aug 27 08:48:18 UTC 2020
Closed by commit rHGababd5a7d532: mercurial: force LF endings for *.py, *.{c,h} and *.t in .editorconfig (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8947?vs=22439&id=22471
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8947/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8947
AFFECTED FILES
.editorconfig
CHANGE DETAILS
diff --git a/.editorconfig b/.editorconfig
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,13 +6,16 @@
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
+end_of_line = lf
[*.{c,h}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
+end_of_line = lf
[*.t]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false
+end_of_line = lf
To: mharbison72, #hg-reviewers, marmoute, pulkit
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200827/c86b00f8/attachment-0002.html>
More information about the Mercurial-patches
mailing list