Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ce21af63
Commit
ce21af63
authored
Dec 20, 2012
by
Alexandre Duret-Lutz
Browse files
* .dir-locals.el: Fix whitespace-mode configuration.
parent
15c9b72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.dir-locals.el
View file @
ce21af63
((
nil
.
((
whitespace-action
.
'
(
auto-cleanup
))
(
whitespace-style
.
'
(
trailing
lines-tail
))
(
require-final-newline
.
t
)))
((
nil
.
((
whitespace-action
auto-cleanup
)
(
whitespace-style
face
empty
trailing
lines-tail
)
(
require-final-newline
.
t
)
(
mode
.
whitespace
))))
(
c++-mode
.
((
c-default-style
.
"gnu"
)
(
indent-tab-mode
.
t
)
(
tab-width
.
8
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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