浏览代码

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

Tienson Qin 3 年之前
父节点
当前提交
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!)