diff --git a/.astylerc b/.astylerc index 80762262..890d97c2 100644 --- a/.astylerc +++ b/.astylerc @@ -20,3 +20,6 @@ break-after-logical # For if statements, wrap to the next line after logical ope # Line endings lineend=linux # LF line endings + +# No backup file +suffix=none