~CSharp indenting
This commit is contained in:
@@ -57,17 +57,16 @@ become my C one soon!
|
|||||||
(setq omnisharp-server-executable-path "~/bin/omnisharp/run")
|
(setq omnisharp-server-executable-path "~/bin/omnisharp/run")
|
||||||
(add-hook 'csharp-mode-hook '(lambda() (setq c-basic-offset 4))) ; Hook for csharp setting variables
|
(add-hook 'csharp-mode-hook '(lambda() (setq c-basic-offset 4))) ; Hook for csharp setting variables
|
||||||
|
|
||||||
; C# Keybinds
|
(map! ; CSharp Keybinds
|
||||||
(map!
|
:map csharp-mode-map
|
||||||
:map csharp-mode-map
|
:localleader
|
||||||
:localleader
|
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
|
||||||
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
|
(:prefix "t"
|
||||||
(:prefix "t"
|
:desc "Unit Test This" "t" 'omnisharp-unit-test-at-point
|
||||||
:desc "Unit Test This" "t" 'omnisharp-unit-test-at-point
|
:desc "Unit Test Last" "l" 'omnisharp-unit-test-last
|
||||||
:desc "Unit Test Last" "l" 'omnisharp-unit-test-last
|
:desc "Unit Test All" "b" 'omnisharp-unit-test-buffer
|
||||||
:desc "Unit Test All" "b" 'omnisharp-unit-test-buffer
|
)
|
||||||
)
|
)
|
||||||
)
|
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user