summaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)Author
2024-10-27feat: add `devcontainers` configuration (#12783)Marc Cornellà
Co-authored-by: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com>
2024-05-12style(dependencies): run `ruff` formatterCarlo Sala
2020-11-09fix(installer): fix error message if $ZSH exists when installingMarc Cornellà
Also prefix all formatting functions with fmt_ Related: #9427
2019-06-03installer: use tabs to allow future heredocsMarc Cornellà
This will allow us to use tab stripping heredocs with `<<-'. See http://www.tldp.org/LDP/abs/html/here-docs.html#EX71A Add editorconfig file to enforce this style. See http://editorconfig.org for more information.