.editorconfig
author Kyle Lippincott <spectral@google.com>
Mon, 05 Nov 2018 15:01:45 -0800
branchstable
changeset 40432 8239d4e5d05f
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
tweakdefaults: remove commands.resolve.mark-check=abort, it is too broken See issue6020 for the current case. I don't want to continue attempting to fix this on the stable branch, so I'm removing from tweakdefaults and will send fixes meant for the default branch and 4.9. Differential Revision: https://phab.mercurial-scm.org/D5225

# 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