view .editorconfig @ 32689:9933410bf763

obsstore: move marker version reading to a separate function This allows us to read marker version without reading markers.
author Jun Wu <quark@fb.com>
date Fri, 02 Jun 2017 19:34:56 -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