.editorconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 13 Mar 2017 00:55:14 +0530
changeset 31359 73b3bee8febe
parent 28793 d30fdd6d1bf7
child 38281 1d6066336d7b
permissions -rw-r--r--
pycompat: default to BytesIO instead of StringIO

# 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