diff options
| author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-01 22:37:34 +0000 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-06 17:00:44 -0500 |
| commit | f17584ca0ee4d6bbc0893c0a62a0dc2fa293d2b8 (patch) | |
| tree | 31f3d5d4b0fdc2f43cc4595f709ea216d0d06ea5 /app/dts/bindings/zmk,keymap-sensors.yaml | |
| parent | 56ec200bae7610bae32c558cf1302b02d433471d (diff) | |
chore: standardize # style headers
Changes made with regex plus some manual tweaks.
Find:
/(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm
Replace:
# Copyright (c) $1 $2
# SPDX-License-Identifier: $3
PR: #564
Diffstat (limited to 'app/dts/bindings/zmk,keymap-sensors.yaml')
| -rw-r--r-- | app/dts/bindings/zmk,keymap-sensors.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/dts/bindings/zmk,keymap-sensors.yaml b/app/dts/bindings/zmk,keymap-sensors.yaml index 86ae5c2..a879684 100644 --- a/app/dts/bindings/zmk,keymap-sensors.yaml +++ b/app/dts/bindings/zmk,keymap-sensors.yaml @@ -1,7 +1,5 @@ -# -# Copyright (c) 2020, The ZMK Contributors +# Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -# description: | Allows defining the collection of sensors bound in the keymap layers |
