.editorconfig
author Antoine Cezar <antoine.cezar@octobus.net>
Sat, 08 Aug 2020 12:52:39 -0700
changeset 45359 0f5286ccf82c
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
hg-core: define a `ListTrackedFiles` `Operation` List files under Mercurial control in the working directory. Differential Revision: https://phab.mercurial-scm.org/D8863

# 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