From 340e2ac3a176ae04c89c1a3e1036472d3e847c62 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 22 Aug 2020 13:35:42 +0200 Subject: Fix .clang-format and some whitespace errors .clang-format: UseTab: ForIndentation -> Never Update fluid generated files --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 5c95a2338..ffa57a83d 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ # # clang-format control file for the FLTK project. # -# Copyright 2017 by Bill Spitzak and others. +# Copyright 2017-2020 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -64,7 +64,7 @@ BasedOnStyle: LLVM # this annoying bug of clang-format. # # UseTab: Always -UseTab: ForIndentation +UseTab: Never # Should we extend code lines beyond 80 columns ? # Default: 80 -- cgit v1.2.3