Merge pull request #9328 from obsidiansystems/editorconfig-perl

`.editorconfig`: Also affect Perl FFI `xs` file
This commit is contained in:
Eelco Dolstra 2023-11-10 13:45:07 +01:00 committed by GitHub
commit d1a1888a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ indent_style = space
indent_size = 2
# Match c++/shell/perl, set indent to spaces with width of four
[*.{hpp,cc,hh,sh,pl}]
[*.{hpp,cc,hh,sh,pl,xs}]
indent_style = space
indent_size = 4