.editorconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Jul 2020 10:42:09 -0700
changeset 45263 b7444cfc2c05
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
templater: stop accepting a single style to stylemap() The code seems to have been for compatibility across d3dbdca92458 (hgweb: don't choke when an inexistent style is requested (issue1901), 2009-11-12). Differential Revision: https://phab.mercurial-scm.org/D8844

# 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