File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ example 'java.awt.*' will hide all types from the awt packages."
370370(declare-function helm-make-source " ext:helm-source" )
371371
372372(lsp-register-custom-settings
373- ' ((" java.codeGeneration.toString.limitElements" lsp-java-code-generation-to-string-limit-elements)
373+ ` ((" java.codeGeneration.toString.limitElements" lsp-java-code-generation-to-string-limit-elements)
374374 (" java.codeGeneration.toString.listArrayContents" lsp-java-code-generation-to-string-list-array-contents t )
375375 (" java.codeGeneration.toString.skipNullValues" lsp-java-code-generation-to-string-skip-null-values t )
376376 (" java.codeGeneration.toString.codeStyle" lsp-java-code-generation-to-string-code-style)
@@ -430,7 +430,9 @@ example 'java.awt.*' will hide all types from the awt packages."
430430 (" java.import.gradle.offline.enabled" lsp-java-import-gradle-offline-enabled t )
431431 (" java.import.gradle.java.home" lsp-java-import-gradle-java-home)
432432 (" java.import.gradle.home" lsp-java-import-gradle-home)
433- (" java.project.resourceFilters" lsp-java-project-resource-filters)))
433+ (" java.project.resourceFilters" lsp-java-project-resource-filters)
434+ (" java.format.tabSize" c-basic-offset)
435+ (" java.format.insertSpaces" ,(lambda () (not indent-tabs-mode)) t )))
434436
435437(defcustom lsp-java-inhibit-message t
436438 " If non-nil, inhibit java messages echo via `inhibit-message' ."
You can’t perform that action at this time.
0 commit comments