view .editorconfig @ 37209:2208149c4b8e

extdiff: document that it copies modified files back to working directory Differential Revision: https://phab.mercurial-scm.org/D2976
author Kyle Lippincott <spectral@google.com>
date Fri, 30 Mar 2018 12:16:46 -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