view .editorconfig @ 32400:8802c63599e1

match: delete icasefsmatcher now that it's same as matcher
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 18 May 2017 16:48:02 -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