chore: editorconfig check

This commit is contained in:
Ben Grande 2024-07-08 19:59:27 +02:00
parent f94876f0f0
commit 5936b2059c
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
8 changed files with 16 additions and 14 deletions

View File

@ -13,12 +13,14 @@ case "${1-}" in
-d|--disp) class="DispVM";; -d|--disp) class="DispVM";;
-s|--standalone) class="StandaloneVM";; -s|--standalone) class="StandaloneVM";;
"") true;; "") true;;
*) printf '%s\n' "usage: ${0##*/} [CLASS] *) # editorconfig-checker-disable
printf '%s\n' "usage: ${0##*/} [CLASS]
-A, --admin -A, --admin
-t, --template -t, --template
-a, --app -a, --app
-d, --disp -d, --disp
-s, --standalone" -s, --standalone"
# editorconfig-checker-enable
exit 1 exit 1
;; ;;
esac esac

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com> # SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
# #
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,7 +1,7 @@
# dircolors # dircolors
## SPDX-FileCopyrightText: 2004 - 2022 Tim Pope <https://tpo.pe> ## SPDX-FileCopyrightText: 2004 - 2022 Tim Pope <https://tpo.pe>
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com> ## SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
## ##
## SPDX-License-Identifier: AGPL-3.0-or-later ## SPDX-License-Identifier: AGPL-3.0-or-later
@ -52,7 +52,7 @@ TERM xterm*
#RESET 0 # reset to "normal" color #RESET 0 # reset to "normal" color
DIR 01;34 # directory DIR 01;34 # directory
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.) # numerical value, the color is as for the file pointed to.)
# MULTIHARDLINK 00 # regular file with more than one link # MULTIHARDLINK 00 # regular file with more than one link
FIFO 33 # pipe FIFO 33 # pipe
SOCK 01;35 # socket SOCK 01;35 # socket

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
## SPDX-FileCopyrightText: 2004 - 2022 Tim Pope <https://tpo.pe> ## SPDX-FileCopyrightText: 2004 - 2022 Tim Pope <https://tpo.pe>
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com> ## SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
## ##
## SPDX-License-Identifier: AGPL-3.0-or-later ## SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,7 +1,7 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
## SPDX-FileCopyrightText: 2004 - 2022 Tim Pope <https://tpo.pe> ## SPDX-FileCopyrightText: 2004 - 2022 Tim Pope <https://tpo.pe>
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com> ## SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
## ##
## SPDX-License-Identifier: AGPL-3.0-or-later ## SPDX-License-Identifier: AGPL-3.0-or-later