Submitter | phabricator |
---|---|
Date | June 12, 2018, 4:57 p.m. |
Message ID | <857bd2eea0060ea0653c072931aa9a56@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32089/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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