Browse Source

Merge branch 'sb/git-clang-format'

Add comment to clarify that the style file is meant to be used with
clang-5 and the rules are still work in progress.

* sb/git-clang-format:
  clang-format: add a comment about the meaning/status of the
maint
Junio C Hamano 7 years ago
parent
commit
6551e69fd4
  1. 6
      .clang-format

6
.clang-format

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
# Defaults
# This file is an example configuration for clang-format 5.0.
#
# Note that this style definition should only be understood as a hint
# for writing new code. The rules are still work-in-progress and does
# not yet exactly match the style we have in the existing code.

# Use tabs whenever we need to fill whitespace that spans at least from one tab
# stop to the next one.

Loading…
Cancel
Save