aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Lindent
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Lindent')
-rwxr-xr-xscripts/Lindent2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Lindent b/scripts/Lindent
new file mode 100755
index 000000000000..34ed785116b6
--- /dev/null
+++ b/scripts/Lindent
@@ -0,0 +1,2 @@
+#!/bin/sh
+indent -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"