summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAseda Gyeke Aboagye <aseda.aboagye@gmail.com>2013-08-14 19:03:28 -0700
committerAseda Gyeke Aboagye <aseda.aboagye@gmail.com>2013-08-14 19:10:03 -0700
commitd0098efa958ca82dc9c65c93b5830d727422faef (patch)
treef7a9f98fd7c39731de95c1a985b2fbf796c521f4 /.gitignore
parentbf6c04b2cafe0a132aa54c6134217a0f4369a054 (diff)
core,nTox,toxic - Fix for Issue #453. Refactoring w/astyle.
This commit introduces a few things. Basically I didn't like the fact that although we had a coding style document, no one was following it. See https://github.com/irungentoo/ProjectTox-Core/issues/453 for more info regarding that. This commit just marks the first of my efforts to refactor the code base according to the posted coding style document by introducing an astylerc and a optional git pre-commit hook. I propose that users can add this functionality as a pre-commit hook. More info is in the README file. However, this has only been tested on Linux and I imagine should work on OSX as well. I don't think pre-commit hooks work on Windows, but I may be mistaken. The future commits I plan are refactoring the source files for other offending items such as using typedefs. See http://wiki.tox.im/index.php/Coding_Style.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 07480699..49ac783a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,6 @@ tags
30 30
31#netbeans 31#netbeans
32nbproject 32nbproject
33
34#astyle
35*.orig