.editorconfig: move subfolder config into separate .editorconfig files

This avoids paths in the top-level file getting out-of-sync, because the
.editorconfig files would be moved together with the files they target.
This commit is contained in:
Wolfgang Walther 2025-05-07 18:44:47 +02:00
parent 0245105e54
commit c8d2eca963
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
11 changed files with 34 additions and 40 deletions

3
lib/tests/.editorconfig Normal file
View file

@ -0,0 +1,3 @@
[*.plist]
indent_style = tab
insert_final_newline = unset