Codebase list fish / upstream/2.4.0 .clang-format
upstream/2.4.0

Tree @upstream/2.4.0 (Download .tar.gz)

.clang-format @upstream/2.4.0raw · history · blame

# Use the Google style with these modifications:
#
# 1) lines can be up to 100 chars long rather than 80, and
# 2) use a four space indent rather than two spaces.
#
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
# We don't want OCLint pragmas to be reformatted.
CommentPragmas: '^!OCLINT'