.editorconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 16 Jan 2019 21:32:15 -0800
changeset 41287 c0221d929eb9
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
tests: suppress "Checked out 1 paths of <hash>" from modern git test-convert-git.t is failiing since git commit 0f086e6dca (checkout: print something when checking out paths, 2018-11-13). Suppress the new output by disambiguating the arguments with a "--" separator. Differential Revision: https://phab.mercurial-scm.org/D5625

# See http://EditorConfig.org for the specification

root = true

[*.py]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true

[*.{c,h}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true

[*.t]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false