chore: Update the .editorconfig file; add/update README files

Add various missing pieces to their right places:
 * Update .editorconfig in order to let editorconfig-checker know that
   aclocal.m4 (which is auto-generated) may contain trailing whitespace.
 * Add ci/README.md.
 * Update scripts/README.txt.

TODO:
Integrate editorconfig-checker into the linting workflow on GitHub.
(See .github/workflows/lint.yml)
This commit is contained in:
Cosmin Truta
2025-01-22 23:19:49 +02:00
parent deadeea7a2
commit fcb0bca15f
3 changed files with 27 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ indent_style = space
max_doc_length = 100
max_line_length = 100
[{Makefile.in,ltmain.sh}]
[{Makefile.in,aclocal.m4,ltmain.sh}]
indent_size = unset
indent_style = unset
insert_final_newline = unset