Skip to content

Commit

Permalink
Style: Add an astyle config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kestred committed Jul 29, 2014
1 parent 5543795 commit 4d18e12
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions astrond.astyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Line Length
max-code-length=100

# Brackets
style=linux

# Indentation
indent=spaces=4
indent-modifiers
indent-col1-comments

# Whiteespace
pad-oper
unpad-paren

0 comments on commit 4d18e12

Please sign in to comment.