Skip to content

Commit

Permalink
Add .clang-format file which defines coding style as GNU
Browse files Browse the repository at this point in the history
This is particularly useful for those that work on multiple projects
with different styles so they can easily auto-format their code before
submission. Luckily libostree looks like it's pretty standad GNU style
so this file is just a one liner, unless someone would like to tweak
further.
  • Loading branch information
ericcurtin committed Apr 28, 2023
1 parent b4dcfd7 commit 5c49c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BasedOnStyle: gnu

0 comments on commit 5c49c46

Please sign in to comment.