]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/.astylerc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / .astylerc
index 2c3b9de44d5f15ffc39976d04c0e851c44ffe76a..456f890e5c7e9ee38c1765b9ce91ffba8486d5a5 100644 (file)
@@ -1,5 +1,7 @@
 # Bracket Style
 style=kr # K&R brackets
+j # Add braces to one-line conditional statements
+keep-one-line-blocks # Don't break blocks that are on one line
 
 # Indentation
 indent=force-tab=8 # Use tabs for indentation, spaces for minor alignment
@@ -22,5 +24,4 @@ lineend=linux # LF line endings
 
 # General options
 suffix=none
-recursive
 formatted