fix indent style

This commit is contained in:
Aminda Suomalainen 2023-04-06 12:03:10 +03:00
parent 2fdf26066c
commit 04eab0e211
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
16 changed files with 143 additions and 144 deletions

View File

@ -17,4 +17,3 @@ indent_size = 2
[*.{txt,markdown,md}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2

View File

@ -26,7 +26,7 @@ if [ -f ~/.local/Telegram/Updater ]
then
(~/.local/Telegram/Updater -many -startintray&)
else
if hash telegram-desktop 2>/dev/null; then
if hash telegram-desktop 2>/dev/null; then
(telegram-desktop -many -startintray&)
fi
fi