.editorconfig
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 04 Apr 2016 15:39:13 +0200
changeset 28817 e1d26630443d
parent 28793 d30fdd6d1bf7
child 38293 1d6066336d7b
permissions -rw-r--r--
convert: kill dead code gitread is unused with the new commandline-based code.

# 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