diff --git a/astrond.astyle b/astrond.astyle new file mode 100644 index 000000000..5fb91ce58 --- /dev/null +++ b/astrond.astyle @@ -0,0 +1,14 @@ +# Line Length +max-code-length=100 + +# Brackets +style=linux + +# Indentation +indent=spaces=4 +indent-modifiers +indent-col1-comments + +# Whiteespace +pad-oper +unpad-paren