view .editorconfig @ 29919:4559cdcc4562

GitHub-CI: Remove obsolete hack in MSYS2 rules for error fixed upstream. * .github/workflows/make.yaml (windows): No longer override PORTAUDIO_LIBS in "make" step. PortAudio was updated to 19.7.0 in MSYS2 which makes this hack obsolete.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 25 Jul 2021 16:28:44 +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