.editorconfig
author Raphaël Gomès <rgomes@octobus.net>
Mon, 29 Jul 2024 10:04:00 +0200
changeset 51736 c8188b10cf43
parent 45392 c25efc468a49
permissions -rw-r--r--
hghave: update expected rustfmt version We still use nightly, but have moved to a newer nightly after the last CI image upgrade in 74f1bf147a6d and 3876d4c6c79e.

# See http://EditorConfig.org for the specification

root = true

[*.py]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf

[*.{c,h}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
end_of_line = lf

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