view .editorconfig @ 32703:9d1d3199382e

run-tests: install hg after computing tests to run We're going to add a way to list tests, and we don't need to install hg for that.
author Siddharth Agarwal <sid0@fb.com>
date Tue, 06 Jun 2017 13:56:53 -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