.editorconfig
author Mads Kiilerich <madski@unity3d.com>
Sun, 09 Oct 2016 15:42:42 +0200
changeset 30113 ffb682412b98
parent 28793 d30fdd6d1bf7
child 38281 1d6066336d7b
permissions -rw-r--r--
eol: fix variable naming - call it _eolmatch instead of _eolfile It is not the file but a match object based on it.

# 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