view .editorconfig @ 30541:342d0cb4f446

debugcommands: sort command order The diff is a bit large but it is straight code moving without any logical modifications.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 25 Nov 2016 09:59:39 -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