Mercurial > hg
view .editorconfig @ 31511:fa8aaff2001a
histedit: add transaction support to writing the state file
This will be used in a future diff to enable a single transaction around an
entire histedit.
author | Durham Goode <durham@fb.com> |
---|---|
date | Fri, 10 Mar 2017 15:43:31 -0800 |
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