view .editorconfig @ 40477:592feb3f88b1

templatekw: deprecate p1rev/p2rev/p1node/p2node in favor of p1/p2
author Yuya Nishihara <yuya@tcha.org>
date Fri, 26 Oct 2018 21:46:37 +0900
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