D3702: mercurial: add .t files to .editorconfig
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Tue Jun 12 16:57:51 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1d6066336d7b: mercurial: add .t files to .editorconfig (authored by indygreg, committed by ).
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D3702?vs=8994&id=9027#toc
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D3702?vs=8994&id=9027
REVISION DETAIL
https://phab.mercurial-scm.org/D3702
AFFECTED FILES
.editorconfig
CHANGE DETAILS
diff --git a/.editorconfig b/.editorconfig
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,3 +11,8 @@
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
+
+[*.t]
+indent_size = 2
+indent_style = space
+trim_trailing_whitespace = false
To: indygreg, #hg-reviewers
Cc: durin42, av6, mercurial-devel
More information about the Mercurial-devel
mailing list