view .editorconfig @ 32633:b01bfa5abbfe

test: add a push race case where raced push created a new named branch We check case where the raced push create a new branch on the same head updated by the racing push.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 27 May 2017 22:26:16 +0200
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