Add indent directive in root Makefile.
This commit is contained in:
parent
0a87c18e7e
commit
d97876714c
1 changed files with 4 additions and 0 deletions
|
@ -19,3 +19,7 @@ doc : Doxyfile
|
|||
|
||||
.PHONY: doc
|
||||
endif
|
||||
|
||||
INDENT_CMD = indent -br -brs -ce --line-length120 -nut -i2
|
||||
indent:
|
||||
find $(top_srcdir)/libnfc $(top_srcdir)/include $(top_srcdir)/examples -name "*.[hc]" -exec $(INDENT_CMD) '{}' \;
|
||||
|
|
Loading…
Reference in a new issue