Add modula-2 indentation rules

This commit is contained in:
Eugen Wissner 2025-05-23 16:05:14 +02:00
parent 03aca09b82
commit b5e0162029
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2

View File

@ -12,9 +12,6 @@ bindkey --emacs '\^L' clear-and-redraw-all
bindkey --vi-insert '\^L' clear-and-redraw-all
bindkey --vi-command '\^L' clear-and-redraw-all
# Define shortcuts.
alias rdpwin='xfreerdp /f /sound /v:192.168.0.4 /u:belka@caraus.de'
# Programming environment.
command -v rbenv >/dev/null 2>&1 && eval "$(rbenv init -)"