+style to csharp mode hook
This commit is contained in:
@@ -293,7 +293,9 @@ My docsets are stored in .docsets for ease of use
|
||||
|
||||
|
||||
(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)
|
||||
(setq c-default-style "stroustrup"))) ; Hook for csharp setting variables
|
||||
|
||||
(map! ; CSharp Keybinds
|
||||
:map csharp-mode-map
|
||||
|
||||
Reference in New Issue
Block a user