mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Make the default indentation level to be 8 positions, in the spirit of
style(9). One can still use the -i option to set it to whatever. The port only exists for a few minutes, so, no revision bump.
This commit is contained in:
parent
9a47bd0e87
commit
a086dfd97c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42428
10
devel/frink/files/patch-indent
Normal file
10
devel/frink/files/patch-indent
Normal file
@ -0,0 +1,10 @@
|
||||
--- frink.c Mon Apr 23 10:31:13 2001
|
||||
+++ frink.c Tue May 8 15:47:35 2001
|
||||
@@ -34 +34 @@
|
||||
-int indent = 4;
|
||||
+int indent = 8;
|
||||
--- frink.1 Mon Apr 23 10:31:13 2001
|
||||
+++ frink.1 Tue May 8 15:47:48 2001
|
||||
@@ -79 +79 @@
|
||||
-Set the indentation for each level. (default = 4)
|
||||
+Set the indentation for each level. (default = 8)
|
Loading…
x
Reference in New Issue
Block a user