git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commit620522b27fd26ae8b3975a5e5179c36406b84490
parente1148c9d2a
authorSiddharth Dushantha <siddharth.dushantha@gmail.com>
date2020-02-08 13:50
hopefuly this fixed the indentation issues

 fontpreview | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fontpreview b/fontpreview
index 7b29017..22c661a 100755
--- a/fontpreview
+++ b/fontpreview
@@ -20,22 +20,22 @@ show_help() {
 	echo "usage: fontpreview [-h] [--size \"px\"] [--position \"+x+y\"] [--search-prompt SEARCH_PROMPT]"
     echo "                   [--font-size \"FONT_SIZE\"] [--bg-color \"BG_COLOR\"] [--fg-color \"FG_COLOR\"]"
     echo "                   [--preview-text \"PREVIEW_TEXT\"] [--version]"
-	echo " "
-	echo "┌─┐┌─┐┌┐┌┌┬┐┌─┐┬─┐┌─┐┬  ┬┬┌─┐┬ ┬"
+    echo " "
+    echo "┌─┐┌─┐┌┐┌┌┬┐┌─┐┬─┐┌─┐┬  ┬┬┌─┐┬ ┬"
     echo "├┤ │ ││││ │ ├─┘├┬┘├┤ └┐┌┘│├┤ │││"
     echo "└  └─┘┘└┘ ┴ ┴  ┴└─└─┘ └┘ ┴└─┘└┴┘"
-	echo "Very customizable and minimal font previewer written in bash"
-	echo " "
-	echo "optional arguments:"
-	echo "   -h, --help            show this help message and exit"
-	echo "   --size                size of the font preview window"
+    echo "Very customizable and minimal font previewer written in bash"
+    echo " "
+    echo "optional arguments:"
+    echo "   -h, --help            show this help message and exit"
+    echo "   --size                size of the font preview window"
     echo "   --position            the position where the font preview window should be displayed"
     echo "   --search-prompt       input prompt of fuzzy searcher"
     echo "   --font-size           font size"
     echo "   --bg-color            background color of the font preview window"
     echo "   --fg-color            foreground color of the font preview window"
     echo "   --preview-text        preview text that should be displayed in the font preview window"
-	echo "   --version             show the version of kunst you are using"
+    echo "   --version             show the version of kunst you are using"
 }
 
 pre_exit() {