.editorconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 21 Mar 2017 22:39:52 -0700
changeset 31576 29fcfb981324
parent 28793 d30fdd6d1bf7
child 38293 1d6066336d7b
permissions -rw-r--r--
bugzilla: use util.urlreq.urlparse And stop saving a module variable because it shouldn't be necessary.

# 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