.editorconfig
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 24 Oct 2018 22:40:48 -0400
branchstable
changeset 40410 5e917b224c20
parent 38293 1d6066336d7b
child 45411 c25efc468a49
permissions -rw-r--r--
help: update the default value specified for `profiling.time-track` I tried conditionalizing this in a `.. container::` block, but that seemed to add an extra blank line between the main text and the parenthetical.

# 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

[*.t]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false