view .editorconfig @ 29871:90af59b40d8a

mpatch: add setup_mpatch_cffi.py This file got dropped when the corresponding setup.py changes were made.
author Maciej Fijalkowski <fijall@gmail.com>
date Sun, 28 Aug 2016 17:51:32 -0700
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