Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b529dd2
Commit
2b529dd2
authored
Dec 21, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
1311ff03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
lisp/progmodes/c-mode.el
lisp/progmodes/c-mode.el
+8
-1
No files found.
lisp/progmodes/c-mode.el
View file @
2b529dd2
;; C code editing commands for Emacs
;; C code editing commands for Emacs
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -100,6 +100,13 @@ This is in addition to c-continued-statement-offset.")
(c-brace-offset . -4)
(c-label-offset . -4)
(c-continued-statement-offset . 4))
(C++
(c-indent-level . 4)
(c-continued-statement-offset . 4)
(c-brace-offset . -4)
(c-argdecl-indent . 0)
(c-label-offset . -4)
(c-auto-newline . t))
("Whitesmith"
(c-indent-level . 4)
(c-argdecl-indent . 4)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment