view .editorconfig @ 32702:d0b9c36851f5

run-tests: make time field optional for xunit report We're going to use XUnit to list tests, and we don't have a time field in that case.
author Siddharth Agarwal <sid0@fb.com>
date Tue, 06 Jun 2017 13:52:25 -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