.editorconfig
author Boris Feld <boris.feld@octobus.net>
Wed, 17 Jan 2018 13:01:38 +0100
changeset 35674 e711906aa42c
parent 28793 d30fdd6d1bf7
child 38281 1d6066336d7b
permissions -rw-r--r--
patchbomb: use 'tiprev' when appropriate This is cleaner than the current 'len(repo) - 1' form.

# 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