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