From 443bb3b7097da67cfc6cb2454f3035e87bb738a8 Mon Sep 17 00:00:00 2001 From: Geoffrey Garrett Date: Thu, 30 Jun 2022 09:54:04 +0200 Subject: [PATCH] style: fixed tab styling in config --- content/notes/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/notes/config.md b/content/notes/config.md index 9200810c2..076857ed4 100644 --- a/content/notes/config.md +++ b/content/notes/config.md @@ -154,10 +154,10 @@ localGraph: # how strongly nodes should repel each other repelForce: 2 - # how strongly should nodes be attracted to the center of gravity + # how strongly should nodes be attracted to the center of gravity centerForce: 1 - # what the default link length should be + # what the default link length should be linkDistance: 1 # how big the node labels should be @@ -205,4 +205,4 @@ defaultContentLanguage = 'ar' languagedirection = 'rtl' title = 'مدونتي' weight = 1 -``` \ No newline at end of file +```