about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--common/init3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/init b/common/init
index 557aa90..06409e5 100644
--- a/common/init
+++ b/common/init
@@ -110,7 +110,7 @@ fi
 prompt LICENSE_URL "The url of the license" "$default_license_url"
 
 if [ -e ./.reuse/templates/default.jinja2 ]; then
-    cat <<EOF | fmt --uniform-spacing --width=75 >./.reuse/templates/default.jinja2
+    cat <<EOF | fmt --uniform-spacing --width=85 --split-only >./.reuse/templates/default.jinja2
 {% for copyright_line in copyright_lines %}
 {{ copyright_line }}
 {% endfor %}
@@ -125,7 +125,6 @@ This file is part of $APPLICATION_NAME_STYLIZED - $DESCRIPTION.
 
 You should have received a copy of the License along with this program.
 If not, see <$LICENSE_URL>.
-<!-- vim: ft=htmldjango -->
 EOF
 fi