Skip to content
Snippets Groups Projects
Commit 1d606633 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

mercurial: add .t files to .editorconfig

The notable entry here prevents the stripping of trailing whitespace,
which is important in .t tests.

Differential Revision: https://phab.mercurial-scm.org/D3702
parent 2ec44160
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment