.editorconfig
author Mads Kiilerich <mads@kiilerich.com>
Fri, 01 Nov 2019 13:51:44 +0100
branchstable
changeset 43360 0b65f18edc4f
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
packaging: refactor "fedora29" target to a single more generic "fedora" target Fedora moves fast in version numbers, and often with Mercurial packaging being backwards compatible. Also, most people use the system package. There is thus much work and tech debt and little value in providing explicit built-in support for several versions. Thus, only aim for providing built-in support for latest Fedora version, and make it easy to update.

# 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