Mercurial > hg-stable
view .editorconfig @ 31852:7ef0816bfe64
test-fileset: glob away hash differences
There are various files committed above that can't be used on Windows because of
the name, or being a symlink.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 08 Apr 2017 14:55:44 -0400 |
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