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 7d8bb8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Language: Cpp
BasedOnStyle: GNU
ColumnLimit: 99

0 comments on commit 7d8bb8d

Please sign in to comment.