Skip to content

Commit

Permalink
Merge pull request #18 from cothan/add-astylerc
Browse files Browse the repository at this point in the history
Add astyle
  • Loading branch information
mkannwischer authored Mar 25, 2024
2 parents 2ee417e + 781cc87 commit b9c8727
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .astylerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--style=google
--indent=spaces
--indent-preproc-define
--indent-preproc-cond
--pad-oper
--pad-comma
--pad-header
--align-pointer=name
--add-braces
--convert-tabs
--mode=c
--suffix=none
--lineend=linux

0 comments on commit b9c8727

Please sign in to comment.