Add novaquark coding-style
This commit is contained in:
parent
f3ce447551
commit
78d4664f64
1 changed files with 7 additions and 0 deletions
|
@ -24,3 +24,10 @@
|
||||||
(statement-case-intro . 3)
|
(statement-case-intro . 3)
|
||||||
(inclass . 3)
|
(inclass . 3)
|
||||||
))))
|
))))
|
||||||
|
|
||||||
|
(c-add-style
|
||||||
|
"novaquark"
|
||||||
|
'("stroustrup"
|
||||||
|
(show-trailing-whitespace t)
|
||||||
|
(indent-tabs-mode . nil)
|
||||||
|
(tab-width . 8)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue