.editorconfig
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Thu, 27 Jun 2019 11:09:09 +0200
changeset 42528 64a873ca7135
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
tests: show bug in update introduced in 87a34c767384 As reported by Martin at https://phab.mercurial-scm.org/D6475. Differential Revision: https://phab.mercurial-scm.org/D6580

# 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