Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
refactor: Clang format for short functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Oct 22, 2020
1 parent be5d0ac commit 6377b04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# YIO project style configuration
#
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html

BasedOnStyle: Google

IndentWidth: 4
ColumnLimit: 120

AccessModifierOffset: -3
AlignConsecutiveDeclarations: true

AllowShortFunctionsOnASingleLine: Inline

0 comments on commit 6377b04

Please sign in to comment.