This website requires JavaScript.
Explore
Help
Sign In
j3d1
/
esp-open-rtos
Watch
1
Star
0
Fork
You've already forked esp-open-rtos
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f230fbcd65
esp-open-rtos
/
.dir-locals.el
10 lines
103 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Indentation fixes - Fix dir-locals so emacs won't inject occasional tabs to case statements. - Fix stray tab indentation in example programs. (Thx @pfalcon for pointing this out)
2015-06-08 23:00:32 +00:00
(
(
nil
)
(
c-mode
emacs dir-locals.el: Only disable tabs in c-mode (Makefiles need tabs)
2015-07-21 05:22:39 +00:00
(
indent-tabs-mode
.
nil
)
Indentation fixes - Fix dir-locals so emacs won't inject occasional tabs to case statements. - Fix stray tab indentation in example programs. (Thx @pfalcon for pointing this out)
2015-06-08 23:00:32 +00:00
(
c-file-style
.
"
bsd
"
)
Working variant of esp_iot_rtos_sdk (files from commit ec75c85f9ef53)
2015-04-30 04:00:03 +00:00
(
c-basic-offset
.
4
)
)
)
Reference in a new issue
Copy permalink