]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .clang-format
tmpfiles: support --image= similar to --root=
[thirdparty/systemd.git] / .clang-format
index 2d412db269eb4fb984f7ed7c0015a4dadcf1f488..ab27960a6738f78f76790049bea97b6dead1b055 100644 (file)
@@ -6,13 +6,13 @@
 # The easiest way to apply the formatting to your changes ONLY,
 # is to use the git-clang-format script (usually installed with clang-format).
 #
-# -  Fixup formatting before committing
+# -  Fix up formatting before committing
 # 1. Edit and stage your files.
 # 2. Run `git clang-format`.
 # 3. Verify + correct + (un)stage changes.
 # 4. Commit.
 #
-# -  Fixup formatting after committing
+# -  Fix up formatting after committing
 # 1. Commit your changes.
 # 2. Run `git clang-format HEAD~` - Refer the commit *before* your changes here.
 # 3. Verify + correct changes, `git difftool -d` can help here.
@@ -34,7 +34,7 @@ AlwaysBreakTemplateDeclarations: Yes
 BinPackArguments: false
 BinPackParameters: false
 BraceWrapping:
-  AfterEnum:       true
+  AfterEnum:       false
   SplitEmptyFunction: false
   SplitEmptyRecord: false
   SplitEmptyNamespace: false