.editorconfig
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 04 Jan 2023 17:15:19 -0500
changeset 49847 31bbf7a28a75
parent 45392 c25efc468a49
permissions -rw-r--r--
pytype: add coverage for hgdemandimport This would have flagged what needed fixing in 48e38b179106 long ago.

# 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