diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-22 13:35:42 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-22 13:35:42 +0200 |
| commit | 340e2ac3a176ae04c89c1a3e1036472d3e847c62 (patch) | |
| tree | 8a4d21df0fe2c6c7265d2acbb33669d80eac679f /.clang-format | |
| parent | 206675a3b1495dd03067d764a5a97819e572b558 (diff) | |
Fix .clang-format and some whitespace errors
.clang-format: UseTab: ForIndentation -> Never
Update fluid generated files
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
