mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-12-08 12:57:35 +01:00
fix indent style
This commit is contained in:
parent
2fdf26066c
commit
04eab0e211
@ -17,4 +17,3 @@ indent_size = 2
|
||||
[*.{txt,markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user