]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .clang-format
service: add new RootImageOptions feature
[thirdparty/systemd.git] / .clang-format
index d3ff1260dbdcff1e640e1dbe4b11b028697ddf52..ab27960a6738f78f76790049bea97b6dead1b055 100644 (file)
@@ -1,7 +1,7 @@
 # This configuration file can be used to auto-format the code base.
 # Not all guidelines specified in CODING_STYLE are followed, so the
 # result MUST NOT be committed indiscriminately, but each automated
-# change should be reviewed and only the appropriate ones can be commited.
+# change should be reviewed and only the appropriate ones commited.
 #
 # The easiest way to apply the formatting to your changes ONLY,
 # is to use the git-clang-format script (usually installed with clang-format).
@@ -34,7 +34,7 @@ AlwaysBreakTemplateDeclarations: Yes
 BinPackArguments: false
 BinPackParameters: false
 BraceWrapping:
-  AfterEnum:       true
+  AfterEnum:       false
   SplitEmptyFunction: false
   SplitEmptyRecord: false
   SplitEmptyNamespace: false