.editorconfig
author Anton Shestakov <av6@dwimlabs.net>
Thu, 20 Sep 2018 17:02:31 +0800
changeset 39736 7d9b1b50cad5
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
tests: split capabilities into separate lines while searching for "narrow" This test is interested only in capabilities that are related to narrow, so let's omit everything else. Makes it easier to update other capabilities (and "rev-branch-cache" is one of the usual patterns that are already present in tests/common-patterns.py anyway). Differential Revision: https://phab.mercurial-scm.org/D4678

# 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