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:
Mikhail Teterin 2001-05-08 20:05:56 +00:00
parent 9a47bd0e87
commit a086dfd97c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42428

View 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)