diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-03-24 21:31:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-03-24 21:31:36 +0000 |
commit | fb911942f1434f3d1750f83f25f5e42c80e60638 (patch) | |
tree | 1678c4a4f0182e4029a86d135aa4a1b7d09e3c41 /utils | |
download | src-test2-fb911942f1434f3d1750f83f25f5e42c80e60638.tar.gz src-test2-fb911942f1434f3d1750f83f25f5e42c80e60638.zip |
Notes
Diffstat (limited to 'utils')
-rw-r--r-- | utils/astyle-options | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/astyle-options b/utils/astyle-options new file mode 100644 index 000000000000..53c496bfebc0 --- /dev/null +++ b/utils/astyle-options @@ -0,0 +1,7 @@ +style=java +indent=spaces=2 +pad-oper +pad-header +unpad-paren +convert-tabs +align-pointer=name |