.editorconfig
author Raphaël Gomès <rgomes@octobus.net>
Mon, 06 Mar 2023 11:58:37 +0100
branchstable
changeset 50296 6abee333a200
parent 45411 c25efc468a49
permissions -rw-r--r--
rust: update zstd dependency Let's try to be the most up-to-date for this cycle. Fedora already has this version packaged, it's an added bonus.

# 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