view .editorconfig @ 31294:a116b0bcb697 stable

GitHub-CI: Update to newer action versions. * .github/workflows/make.yaml (ubuntu, macos, windows): Update cache actions to newer versions. Actions requiring Node.js 12 are deprecated. See: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 13 Oct 2022 11:26:49 +0200
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