From 1d079a9aad1e36afa61fad574ff986ea0759dbf0 Mon Sep 17 00:00:00 2001 From: technyon Date: Sun, 20 Oct 2024 14:07:16 +0200 Subject: [PATCH] prevent astyle from writing backup files --- .astylerc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.astylerc b/.astylerc index 9bb5e7b..d154129 100644 --- a/.astylerc +++ b/.astylerc @@ -1,3 +1,5 @@ --style=allman --add-braces --exclude=lib +--suffix=none +