view .editorconfig @ 37510:876d54f800cf

hgweb: wrap {labels} by hybridlist() This one is a simple list of strings, which can support map operation.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 01 Apr 2018 22:20:44 +0900
parents d30fdd6d1bf7
children 1d6066336d7b
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