mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-15 10:07:25 +02:00
fix indent style
This commit is contained in:
parent
2fdf26066c
commit
04eab0e211
@ -17,4 +17,3 @@ indent_size = 2
|
|||||||
[*.{txt,markdown,md}]
|
[*.{txt,markdown,md}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
|
||||||
|
@ -26,7 +26,7 @@ if [ -f ~/.local/Telegram/Updater ]
|
|||||||
then
|
then
|
||||||
(~/.local/Telegram/Updater -many -startintray&)
|
(~/.local/Telegram/Updater -many -startintray&)
|
||||||
else
|
else
|
||||||
if hash telegram-desktop 2>/dev/null; then
|
if hash telegram-desktop 2>/dev/null; then
|
||||||
(telegram-desktop -many -startintray&)
|
(telegram-desktop -many -startintray&)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user