mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
5 lines
256 B
Text
5 lines
256 B
Text
# 2-space indentation
|
|
languages/cpp/*.h languages/cpp/*.cpp : uncrustify -l CPP -f $TMPFILE -c format.config.uncrustify.2_spaces -o $TMPFILE
|
|
|
|
# Default: 4-space indentation
|
|
* : uncrustify -l CPP -f $TMPFILE -c format.config.uncrustify.4_spaces -o $TMPFILE
|