Create empty dummy file "loaders.cache" (bug #1766841)
[qemu/ar7.git] / scripts / astylerc
blobdfbfd4108d600b11544df3764bcb84bc2be3addf
1 # Artistic Style (astyle) options for qemu source code.
3 # Usage:
4 # astyle --options=scripts/astylerc {source files}
6 # For best results, use latest astyle from http://astyle.sourceforge.net/.
8 add-brackets
9 align-pointer=name
10 convert-tabs
11 max-code-length=80
12 style=otbs
13 brackets=linux
14 indent=spaces=4
15 max-code-length=80
16 max-instatement-indent=60
17 pad-oper
18 pad-header
19 unpad-paren