.editorconfig
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Aug 2020 09:13:10 -0700
changeset 45328 ba50c8a95e2b
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
templater: move stylemap() to hgweb_mod, since that's its only user `stylemap()` even has an error message that mentions "hgweb templates", so it seems that it's meant specifically for hgweb. Differential Revision: https://phab.mercurial-scm.org/D8890

# 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