.editorconfig
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 25 Feb 2019 16:49:01 +0300
changeset 41797 68bbcc70e274
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
branchcache: move loading of branch names and nodes into it's own function This will help me in implementing lazy loading of the branchcache in upcoming patches. Differential Revision: https://phab.mercurial-scm.org/D6023

# 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