fix(file-templates): indentation for licenses

And remove superfluous tabstops in gpl3 license.
This commit is contained in:
Henrik Lissner 2022-08-04 21:42:59 +02:00
parent 293b3f9be5
commit ba668f7cb0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
11 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# -*- mode: snippet -*-
# name: 3-clause BSD License
# uuid: __license-bsd3
# group: Licenses
# expand-env: ((yas-indent-line 'fixed))
# --
Copyright (c) ${1:`(format-time-string "%Y")`} ${2:`user-full-name`}
All rights reserved.