.editorconfig
author Pulkit Goyal <pulkit@yandex-team.ru>
Sun, 26 Aug 2018 19:14:26 +0300
changeset 39312 a3fd84f4fb38
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
filemerge: fix the wrong placements of messages in prompt Mistakenly, the local-changed-other-deleted-message was put in other-change-local-deleted and vice versa. This followups on D4336. Thanks to Yuya who spotted this. Differential Revision: https://phab.mercurial-scm.org/D4375

# 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