.editorconfig
author Paul Morelle <paul.morelle@octobus.net>
Wed, 07 Mar 2018 12:00:07 +0100
changeset 38149 bf59f95583c1
parent 28793 d30fdd6d1bf7
child 38293 1d6066336d7b
permissions -rw-r--r--
revlog: make variable name 'd' more explicit in _isgooddeltainfo d -> deltainfo

# 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