mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
style(language): replace tab indentation with spaces
This commit is contained in:
@@ -150,9 +150,9 @@ For example, if the current buffer is `foo.go', the buffer for
|
||||
(if (string-match "_test\.go$" buffer-file-name)
|
||||
(current-buffer)
|
||||
(let ((ff-always-try-to-create nil)
|
||||
(filename (ff-find-the-other-file)))
|
||||
(filename (ff-find-the-other-file)))
|
||||
(when filename
|
||||
(find-file-noselect filename)))))))
|
||||
(find-file-noselect filename)))))))
|
||||
|
||||
(use-package dap-go
|
||||
:straight dap-mode
|
||||
|
||||
Reference in New Issue
Block a user