This website works better with JavaScript
Home
Explore
Help
Register
Sign In
GfA
/
libmodbus
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Coding conventions rules for Emacs
Stéphane Raimbault
15 years ago
parent
0a6ea1ac03
commit
02f33709b8
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.dir-locals.el
+ 4
- 0
.dir-locals.el
View File
@@ -0,0 +1,4 @@
+((nil . ((indent-tabs-mode . nil)
+ (c-basic-offset . 8)
+ (fill-column . 80))))
+