We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4577822 commit 2c3482cCopy full SHA for 2c3482c
.cljstyle
@@ -1,7 +1,7 @@
1
;; cljstyle configuration
2
{:files
3
{:extensions #{"cljc" "cljs" "clj" "cljx" "edn"},
4
- :ignore #{"checkouts" "develop" ".hg" "target" ".git"}},
+ :ignore #{".git" ".cljstyle" ".clj-kondo"}},
5
:rules
6
{:namespaces
7
{:enabled? false,
0 commit comments