.editorconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 15 Jul 2019 15:29:22 -0700
changeset 42606 97b03f0e7c7b
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
copies: remove unnecessary override of p[12]copies() in workingctx The implementation is identical to the version inherited from basectx. Differential Revision: https://phab.mercurial-scm.org/D6647

# 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