view .editorconfig @ 44944:617cd3b1e9cd

tests: make it clear what happen when no response entered Differential Revision: https://phab.mercurial-scm.org/D8620
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 08 Jun 2020 11:43:07 +0530
parents 1d6066336d7b
children c25efc468a49
line wrap: on
line source

# 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