astyle configuration for the project.

To use it run `astyle --options=astyle.cfg src/**.hh src/**.cc`.
This commit is contained in:
Nicolás A. Ortega 2017-04-22 12:28:38 +02:00
parent 048a75b135
commit 26421d5d12
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD
2 changed files with 8 additions and 1 deletions

7
astyle.cfg Normal file
View File

@ -0,0 +1,7 @@
--style=break
--indent=spaces=4
--pad-header
--break-closing-braces
--remove-braces
--recursive
--lineend=linux

View File

@ -17,7 +17,7 @@
solution "Libreternity"
configurations { "Debug", "Release" }
project "Libreternity"
project "libreternity"
language "C++"
kind "WindowedApp"
targetdir "bin/"