.editorconfig
author Aay Jay Chan <aayjaychan@itopia.com.hk>
Tue, 18 Aug 2020 22:21:00 +0800
changeset 45391 8b700e9b9fc2
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
hooklib: update documentation of changeset_obsoletedfor for changed hook type This updates usage example of changeset_obsoleted to reflect the move from pretxnclose to txnclose made in 04ef381000a8 (hooklib: fix detection of successors for changeset_obsoleted). Differential Revision: https://phab.mercurial-scm.org/D8929

# 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