base: Remove indention for c files
Remove setting indention for c files as this is set in dev.el anyways.
This commit is contained in:
parent
ec0e341d98
commit
7a355e8890
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@
|
||||||
|
|
||||||
;; set tab width to 4 whitespaces
|
;; set tab width to 4 whitespaces
|
||||||
(setq tab-width 4)
|
(setq tab-width 4)
|
||||||
(setq-default c-basic-offset tab-width)
|
|
||||||
(setq-default cperl-indent-level tab-width)
|
(setq-default cperl-indent-level tab-width)
|
||||||
|
|
||||||
;; More history
|
;; More history
|
||||||
|
|
Loading…
Reference in a new issue