.editorconfig
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Sep 2019 17:02:31 +0900
changeset 43180 b3dda04e851b
parent 38281 1d6066336d7b
child 45392 c25efc468a49
permissions -rw-r--r--
rust-cpython: drop self.borrow_mut() in favor of PySharedRef wrapper

# 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