From 927488414aeb5406ff1d2dd28a0f92cf1ed871c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 8 Jun 2015 22:36:44 +0200 Subject: [PATCH] added astyle config --- .gitignore | 6 ++++++ style.astylerc | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 style.astylerc diff --git a/.gitignore b/.gitignore index d1c9a76..3f1ff6e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,9 @@ *.cbp objs/ bin/ + +# QtCreator crap +*.pro +*.pro.user +*.pri + diff --git a/style.astylerc b/style.astylerc new file mode 100644 index 0000000..f6ea396 --- /dev/null +++ b/style.astylerc @@ -0,0 +1,13 @@ +style=allman +indent=tab +max-instatement-indent=60 + +convert-tabs + +indent-switches + +pad-oper +unpad-paren +pad-header + +verbose