Skip to content

Commit

Permalink
style: YAML files need to end on a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jun 6, 2024
1 parent 7f8a1fd commit dd0bc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
BasedOnStyle: Microsoft
AlwaysBreakTemplateDeclarations: true
AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations: true
AlignConsecutiveAssignments:
Enabled: true
AlignCompound: true
Expand Down Expand Up @@ -33,4 +33,4 @@ SortIncludes: Never
SpacesInParens: Custom
SpacesInParensOptions:
Other: true
Standard: c++17
Standard: c++17

0 comments on commit dd0bc36

Please sign in to comment.