.editorconfig
author Julien Cristau <jcristau@debian.org>
Wed, 25 Aug 2021 17:14:47 +0200
branchstable
changeset 48521 f447b90a4b11
parent 45392 c25efc468a49
permissions -rw-r--r--
tests: allow for variation in zstd output as seen on s390x and powerpc

# See http://EditorConfig.org for the specification

root = true

[*.py]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf

[*.{c,h}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
end_of_line = lf

[*.t]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false
end_of_line = lf