mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
.editorconfig
: Also affect Perl FFI xs
file
This way `perl/lib/Nix/Store.xs` is affected.
This commit is contained in:
parent
df9bd755a1
commit
1d5a48240c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue