Explorar o código

enhance: switch default indentation to tab for markdown users

Tienson Qin %!s(int64=4) %!d(string=hai) anos
pai
achega
a7269e849f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/frontend/state.cljs

+ 1 - 1
src/main/frontend/state.cljs

@@ -1238,7 +1238,7 @@
 
 (defn get-export-bullet-indentation
   []
-  (case (get (get-config) :export/bullet-indentation :two-spaces)
+  (case (get (get-config) :export/bullet-indentation :tab)
     :eight-spaces
     "        "
     :four-spaces