mirror of
https://github.com/minio/minio-cpp.git
synced 2025-04-18 08:24:00 +03:00
* use namespace::subnamespace where applicable * make minio::error::SUCCESS declared only once * make more constructors explicit (minio::error) * moved constants that seem private into .cc files * added .clang-format file to enforce more formatting rules Co-authored-by: Petr Kobalicek <petr.kobalicek@min.io>
9 lines
115 B
YAML
9 lines
115 B
YAML
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
---
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
---
|