Skip to content
Snippets Groups Projects
Commit 46d6bf83 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

contrib/i18n-scan.pl: fix indentation

parent 6992a3d1
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ indent_size = 2 ...@@ -27,6 +27,8 @@ indent_size = 2
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[*.pl]
[*.py] [*.py]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
......
...@@ -79,7 +79,7 @@ if( open F, "find @ARGV -type f '(' -name '*.html' -o -name '*.lua' ')' |" ) ...@@ -79,7 +79,7 @@ if( open F, "find @ARGV -type f '(' -name '*.html' -o -name '*.lua' ')' |" )
{ {
my $stag = quotemeta $1; my $stag = quotemeta $1;
my $etag = $stag; my $etag = $stag;
$etag =~ s/\[/]/g; $etag =~ s/\[/]/g;
( $res ) = extract_tagged($code, $stag, $etag); ( $res ) = extract_tagged($code, $stag, $etag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment