Make editorconfig linter happy again

This commit is contained in:
teutat3s 2021-07-20 22:08:51 +02:00
parent 15497046c7
commit f0130f5df7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
12 changed files with 172 additions and 172 deletions

View file

@ -116,7 +116,7 @@ EXEC 01;32
#.sh 01;32
#.csh 01;32
# archives or compressed (bright red)
# archives or compressed (bright red)
.tar 01;31
.tgz 01;31
.arc 01;31

View file

@ -4,7 +4,7 @@
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"