summaryrefslogtreecommitdiff
path: root/astyle.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'astyle.cfg')
-rw-r--r--astyle.cfg23
1 files changed, 0 insertions, 23 deletions
diff --git a/astyle.cfg b/astyle.cfg
deleted file mode 100644
index f33bce3..0000000
--- a/astyle.cfg
+++ /dev/null
@@ -1,23 +0,0 @@
-# Bracket style
---style=ansi
-
-# Tab
---indent=spaces=4
-
-# Indentation
---indent-preprocessor
---max-instatement-indent=80
-
-# Padding
---pad-oper
---pad-header
---align-pointer=type
---align-reference=type
-
-# Formatting
---add-brackets
---keep-one-line-blocks
---convert-tabs
-
-# Other
---lineend=linux