From 4d3d6bda727534ae70f3f5b65ed7df39584c3efa Mon Sep 17 00:00:00 2001 From: DrSlony Date: Mon, 29 Jun 2015 21:53:37 +0200 Subject: [PATCH] Added astyle options file to format source code, so we can all commit consistently formatted code. Usage: astyle --options=rawtherapee.astylerc file.cc --- rawtherapee.astylerc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rawtherapee.astylerc diff --git a/rawtherapee.astylerc b/rawtherapee.astylerc new file mode 100644 index 000000000..9c10d81cb --- /dev/null +++ b/rawtherapee.astylerc @@ -0,0 +1,5 @@ +style=1tbs +indent=spaces=4 +break-blocks +pad-oper +convert-tabs