mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fix .clang-format (#1177)
* Added coderabbitai configuration * Fix .clang-format --------- Co-authored-by: John Wellbelove <john.wellbelove@asterconsulting.co.uk> Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
parent
b85b071a3e
commit
92f07a66fc
@ -5,10 +5,16 @@
|
||||
|
||||
Language: Cpp
|
||||
|
||||
SortIncludes: true
|
||||
|
||||
BasedOnStyle: Chromium
|
||||
|
||||
SortIncludes: true
|
||||
IncludeBlocks: Preserve
|
||||
IncludeCategories:
|
||||
- Regex: '^(<|")(.*/)?platform\.h(>|")$'
|
||||
Priority: 1
|
||||
- Regex: '.*'
|
||||
Priority: 2
|
||||
|
||||
BinPackParameters: false
|
||||
BitFieldColonSpacing: Both
|
||||
|
||||
|
||||
@ -197,3 +197,4 @@ reviews:
|
||||
chat:
|
||||
art: false
|
||||
auto_reply: true
|
||||
|
||||
|
||||
@ -67,6 +67,8 @@ namespace etl
|
||||
using time_t = ::time_t;
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
// Keeping the order is important here
|
||||
#include "private/chrono/last_spec.h"
|
||||
#include "private/chrono/duration.h"
|
||||
#include "private/chrono/time_point.h"
|
||||
@ -83,6 +85,7 @@ namespace etl
|
||||
#include "private/chrono/hh_mm_ss.h"
|
||||
#include "private/chrono/operators.h"
|
||||
#include "private/chrono/time_zone.h"
|
||||
// clang-format on
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user