.editorconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 24 Mar 2020 12:48:57 +0530
changeset 44618 7f9538a3b29e
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
tests: update test-ssh.t output with --chg The output change was caused by d7304434390f5efca405744fa12a6585edae3d83.

# 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