containers / fuse-overlayfs

FUSE implementation for overlayfs
GNU General Public License v2.0
502 stars 83 forks source link

.clang-format: remove duplicated mapping key which breaks newer `clang` formatters. #415

Closed flouthoc closed 4 months ago

flouthoc commented 4 months ago

New clang versions throw error like below, following commit fixes that

.clang-format:26:1: error: duplicated mapping key 'AllowShortIfStatementsOnASingleLine'
AllowShortIfStatementsOnASingleLine: false
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Version which i tried: clang-format version 17.0.6

Following change should not produce any diff in .c or .h files.

flouthoc commented 4 months ago

@giuseppe PTAL