Skip to content

Commit 6551e69

Browse files
committed
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
2 parents e3c677f + 1bf0259 commit 6551e69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.clang-format

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Defaults
1+
# This file is an example configuration for clang-format 5.0.
2+
#
3+
# Note that this style definition should only be understood as a hint
4+
# for writing new code. The rules are still work-in-progress and does
5+
# not yet exactly match the style we have in the existing code.
26

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

0 commit comments

Comments
 (0)