.editorconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Feb 2023 00:39:49 +0100
changeset 50119 a9562ea222be
parent 45411 c25efc468a49
permissions -rw-r--r--
dirstate-guard: replace a usage in `rebase` with a transaction Opening the transaction sooner will provide us with the same benefit.

# 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