Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
02f33709b8f0f744a4fc39200419f1a207bf90a4
Authored by
Stéphane Raimbault
2010-03-24 08:39:18 +0100
1 parent
0a6ea1ac
Coding conventions rules for Emacs
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.dir-locals.el
.dir-locals.el
0 → 100644
View file @
02f3370
1
+((nil . ((indent-tabs-mode . nil)
2
+ (c-basic-offset . 8)
3
+ (fill-column . 80))))
4
+
...
...