This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
dir-locals: update emacs indent
bboozzoo/uncrustify
Maciek Borzecki
7 years ago
parent
36c4d72c58
commit
2684ae3935
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
.dir-locals.el
+ 6
- 1
.dir-locals.el
View File
@ -1,7 +1,12 @@
(
(
c-mode
.
(
(
c-file-style
.
"
linux
"
)
(
indent-tabs-mode
.
t
)
(
indent-tabs-mode
.
nil
)
(
show-trailing-whitespace
.
t
)
(
c-basic-offset
.
4
)
(
tab-width
.
4
)
)
)
(
vala-mode
.
(
(
indent-tabs-mode
.
nil
)
(
show-trailing-whitespace
.
t
)
(
c-basic-offset
.
4
)
(
tab-width
.
4
)
)
)
)
Write
Preview
Loading…
Cancel
Save