summaryrefslogtreecommitdiff
path: root/source/script/format_indent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/script/format_indent.sh')
-rwxr-xr-xsource/script/format_indent.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/script/format_indent.sh b/source/script/format_indent.sh
deleted file mode 100755
index 2af1ab41fae..00000000000
--- a/source/script/format_indent.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# -npro Do no read the '.indent.pro' files.
-# -kr Use K&R formatting rules
-# -i8 Set indentation level to 8 spaces.
-# -ts8 Set tab size to 8 spaces
-# -sob Swallow optional blank lines.
-# -l80 Set the maximum line length at 80 characters.
-# -ss On one-line for and while statments, force a blank before the semicolon
-# -ncs Do not put a space after cast operators.
-
-indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"