Browse Source

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

Tienson Qin 2 years ago
parent
commit
98b0208252
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/frontend/state.cljs

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

@@ -307,7 +307,8 @@
 (def default-config
   "Default config for a repo-specific, user config"
   {: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
 (declare get-current-repo sub set-state!)