Просмотр исходного кода

Set defualt file/name-format to :triple-lowbar

Tienson Qin 2 лет назад
Родитель
Сommit
98b0208252
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/frontend/state.cljs

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

@@ -307,7 +307,8 @@
 (def default-config
 (def default-config
   "Default config for a repo-specific, user config"
   "Default config for a repo-specific, user config"
   {:feature/enable-search-remove-accents? true
   {:feature/enable-search-remove-accents? true
-   :default-arweave-gateway "https://arweave.net"})
+   :default-arweave-gateway "https://arweave.net"
+   :file/name-format :triple-lowbar})
 
 
 ;; State that most user config is dependent on
 ;; State that most user config is dependent on
 (declare get-current-repo sub set-state!)
 (declare get-current-repo sub set-state!)