Add astyle code formatter usage script and change .gitignore to exclude astyle preserved files

This commit is contained in:
Silver Kits
2016-09-06 22:15:30 +03:00
parent 7058070132
commit 5abb360450
2 changed files with 51 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Build artefacts
bin/*
# astyle formatter preserved files
*.orig
#
# Templates from https://github.com/github/gitignore
#