.editorconfig
author Augie Fackler <raf@durin42.com>
Wed, 04 Mar 2020 11:51:12 -0500
branchstable
changeset 44414 25d61883a861
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
Added tag 5.3.1 for changeset 6d121acbb82e

# 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