mirror of
https://github.com/NixOS/nix.git
synced 2024-11-24 07:42:27 +00: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
@ -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 New Issue
Block a user