We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aff082 commit da2e7f8Copy full SHA for da2e7f8
.clang-format
@@ -8,6 +8,11 @@
8
# https://clang.llvm.org/docs/ClangFormat.html
9
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
10
#
11
+##############
12
+# This file is from kernel.org, it is only used to format the code.
13
+# It's not part of my project.
14
+# The original file can be found at:
15
+# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/.clang-format
16
---
17
AccessModifierOffset: -4
18
AlignAfterOpenBracket: Align
0 commit comments