about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-24T02·18-0500
committerclbot <clbot@tvl.fyi>2021-12-24T02·23+0000
commite46521dce1d11b88a0c07e87cd4de2fa77910d12 (patch)
tree766dc44abbbe2161c224327da9c26606fe29b0c3 /users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
parent52cd4f82fbb4fbc6660914aaebd0946591001692 (diff)
fix(wpcarro/emacs): Ensure tab-width=2 r/3343
- Set global tab-width
- Set golang-buffer-local tab-width

Change-Id: Ifa21f4e5a4c5e00d2355cd0dfecfb9b24597da57
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4549
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
index ae976d243f72..1d90e26f701f 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
@@ -191,6 +191,9 @@
 ;; ensure code wraps at 80 characters by default
 (setq-default fill-column 80)
 
+;; render tabs 2x-chars wide
+(setq tab-width 2)
+
 (put 'narrow-to-region 'disabled nil)
 
 ;; trim whitespace on save