Skip to content

Commit 911962b

Browse files
format: update comment sections to use 60 characters
1 parent 6209ede commit 911962b

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

config.edn

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
;; --------------------------------------------------
1+
;; ---------------------------------------------------------
22
;; Clojure LSP user level (global) configuration
33
;; https://clojure-lsp.io/settings/
44
;;
55
;; Complete config.edn example with default settings
66
;; https://github.com/clojure-lsp/clojure-lsp/blob/master/docs/all-available-settings.edn
7-
;; --------------------------------------------------
7+
;; ---------------------------------------------------------
88

99

10-
{;; --------------------------------------------------
10+
{;; ---------------------------------------------------------
1111
;; Project analysis
1212

1313
;; auto-resolved for deps.edn, project.clj or bb.edn projects
@@ -51,10 +51,9 @@
5151
:download-jdk-source? false}
5252

5353
;; End of Project analysis
54-
;; --------------------------------------------------
54+
;; ---------------------------------------------------------
5555

56-
57-
;; --------------------------------------------------
56+
;; ---------------------------------------------------------
5857
;; Linter configuration
5958

6059
:linters
@@ -72,10 +71,9 @@
7271
:copy-kondo-configs? true
7372

7473
;; End of Linter configuration
75-
;; --------------------------------------------------
76-
74+
;; ---------------------------------------------------------
7775

78-
;; --------------------------------------------------
76+
;; ---------------------------------------------------------
7977
;; Refactor code
8078

8179
;; namespaces
@@ -98,9 +96,9 @@
9896
:keep-parens-when-threading? false
9997

10098
;; End of Refactor code
101-
;; --------------------------------------------------
99+
;; ---------------------------------------------------------
102100

103-
;; --------------------------------------------------
101+
;; ---------------------------------------------------------
104102
;; Clojure formatting configuration - cljfmt
105103

106104
;; location of cljfmt configuration for formatting
@@ -111,9 +109,9 @@
111109
:cljfmt {}
112110

113111
;; End of Clojure formatting configuration - cljfmt
114-
;; --------------------------------------------------
112+
;; ---------------------------------------------------------
115113

116-
;; --------------------------------------------------
114+
;; ---------------------------------------------------------
117115
;; LSP snippets
118116
;; https://clojure-lsp.io/features/#snippets
119117

@@ -318,9 +316,9 @@
318316
;; ---------------------------------------------------------
319317
]
320318
;; End of LSP snippets
321-
;; --------------------------------------------------
319+
;; ---------------------------------------------------------
322320

323-
;; --------------------------------------------------
321+
;; ---------------------------------------------------------
324322
;; Visual LSP components
325323

326324
:code-lens {:segregate-test-references true}
@@ -337,9 +335,9 @@
337335
:clojuredocs true}
338336

339337
;; End of Visual LSP components
340-
;; --------------------------------------------------
338+
;; ---------------------------------------------------------
341339

342-
;; --------------------------------------------------
340+
;; ---------------------------------------------------------
343341
;; LSP general configuration options
344342

345343
;; Exit clojure-lsp if any errors found, e.g. classpath scan failure
@@ -349,9 +347,9 @@
349347
:text-document-sync-kind :full
350348

351349
;; End of LSP general configuration options
352-
;; --------------------------------------------------
350+
;; ---------------------------------------------------------
353351

354-
;; --------------------------------------------------
352+
;; ---------------------------------------------------------
355353
;; File locations
356354

357355
;; project analysis cache to speed clojure-lsp startup
@@ -362,5 +360,5 @@
362360
:log-path "/tmp/clojure-lsp.*.out"
363361

364362
;; End of file locations
365-
;; --------------------------------------------------
363+
;; ---------------------------------------------------------
366364
}

0 commit comments

Comments
 (0)