.editorconfig
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 07 Mar 2019 22:14:22 -0500
changeset 41891 e82c932c01e3
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
tests: stabilize test-share.t on Windows PYTHON was not getting mangled for MSYS style paths, and remote was spitting out remote: 'C' is not recognized as an internal or external command, remote: operable program or batch file. (once -q was removed). Additionally, this should fix a failure with py3 because of spaces in the path.

# 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