maj template yaml

This commit is contained in:
Jephté Clain 2022-01-21 17:47:41 +04:00
parent f8952225cf
commit cb09f4db83
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function generate_yaml() {
check_overwrite "$1" || return
estep "$(ppath "$file")"
echo >"$file" "# -*- coding: $encoding ${mode:+mode: $mode }-*- vim:sw=4:sts=4:et:ai:si:sta:fenc=$encoding"
echo >"$file" "# -*- coding: $encoding ${mode:+mode: $mode }-*- vim:sw=2:sts=2:et:ai:si:sta:fenc=$encoding"
[ -n "$2" ] && array_add "$2" "$file"
return 0
}