File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ (custom-set-variables
2
+ ; ; custom-set-variables was added by Custom.
3
+ ; ; If you edit it by hand, you could mess it up, so be careful.
4
+ ; ; Your init file should contain only one such instance.
5
+ ; ; If there is more than one, they won't work right.
6
+ '(tab-width 3 )
7
+ '(vhdl-array-index-record-field-in-sensitivity-list nil )
8
+ '(vhdl-basic-offset 3 nil nil " SLAC standard for VHDL is 3 space indent" ))
9
+ (custom-set-faces
10
+ ; ; custom-set-faces was added by Custom.
11
+ ; ; If you edit it by hand, you could mess it up, so be careful.
12
+ ; ; Your init file should contain only one such instance.
13
+ ; ; If there is more than one, they won't work right.
14
+ )
15
+
16
+
17
+ (setq-default indent-tabs-mode nil ) ; always replace tabs with spaces
18
+ (setq-default tab-width 3 ) ; set tab width to 3 for all buffers
You can’t perform that action at this time.
0 commit comments