.editorconfig
author Denis Laxalde <denis@laxalde.org>
Mon, 21 Oct 2019 11:32:54 +0200
branchstable
changeset 43312 734407c4568a
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
packaging: fix path where .deb files are looked for In builddeb script, the path where .deb files are looked for should simply be $OUTPUTDIR since the previous instruction moves those files there. This fixes "make deb".

# 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