view .editorconfig @ 34913:8d9ba492e807 stable

Added tag 4.4-rc for changeset 1e2454b60e59
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 20 Oct 2017 13:44:35 -0500
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