This website requires JavaScript.
Explore
Help
Sign In
giomba
/
nes-proj
Watch
1
Star
0
Fork
0
You've already forked nes-proj
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f47f4a470c
nes-proj
/
tools
/
contiki-indent
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Small script for invoking indent for converting a C file into the Contiki code style
2010-01-18 13:28:28 +00:00
#!/bin/sh
export INDENT_PROFILE=`dirname $0`/indent.pro
Allow contiki-indent to operate on multiple files at once
2012-10-29 19:59:32 +00:00
indent $*
Reference in New Issue
Copy Permalink