From 7c739795b7594287d264c6d06a5392c123b86dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 14 Jul 2015 10:03:28 +0300 Subject: [PATCH] Make astyle convert tabs to spaces Previously astyle only changed tabs to spaces if they were used for indentation, but tabs in the middle of lines were left untouched. --- build/astyle.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/build/astyle.cfg b/build/astyle.cfg index 8e661e63..73ecae80 100644 --- a/build/astyle.cfg +++ b/build/astyle.cfg @@ -7,3 +7,4 @@ --unpad-paren --pad-first-paren-out --lineend=linux +--convert-tabs