view .editorconfig @ 30614:43ca3f7d6359 stable

GitHub-CI: Don't restore ccache from different "main" branch. * .github/workflows/make.yaml: When branching, e.g. in a fork, use the ccache from the correct "parent" branch if available.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 08 Jan 2022 12:55:17 +0100
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab