`.editorconfig`: Also affect Perl FFI `xs` file

This way `perl/lib/Nix/Store.xs` is affected.
This commit is contained in:
John Ericson 2023-11-09 23:10:42 -05:00
parent df9bd755a1
commit 1d5a48240c
1 changed files with 1 additions and 1 deletions

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