Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
2532970b
Commit
2532970b
authored
Feb 07, 2019
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix perltidy conf
parent
9cfef329
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
.perltidyrc
.perltidyrc
+18
-0
Makefile
Makefile
+1
-1
No files found.
.perltidyrc
0 → 100644
View file @
2532970b
# -*- conf -*-
#
# Default options for perltidy for proper Perl code reformatting.
#
# This file is based on the one from the rra-c-util package,
# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
--
nobreak
-
before
-
all
-
operators
--
blanks
-
before
-
comments
--
nocuddled
-
else
--
maximum
-
line
-
length
=
79
--
paren
-
tightness
=
1
--
square
-
bracket
-
tightness
=
1
--
space
-
for
-
semicolon
--
noopening
-
brace
-
on
-
new
-
line
--
stack
-
opening
-
tokens
--
nostack
-
closing
-
tokens
--
format
-
skipping
Makefile
View file @
2532970b
...
...
@@ -1098,7 +1098,7 @@ test-diff:
done
tidy
:
clean
find lemon
*
/
-type
f
\(
-name
'*.pm'
-or
-name
'*.pl'
-or
-name
'*.fcgi'
-or
-name
'*.t'
\)
-print
-exec
perltidy
-b
{}
\;
find lemon
*
/
-type
f
\(
-name
'*.pm'
-or
-name
'*.pl'
-or
-name
'*.fcgi'
-or
-name
'*.t'
\)
-print
-exec
perltidy
-
se
-
b
{}
\;
find lemon
*
/
-name
'*.bak'
-delete
$(MAKE)
json
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment