Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2022-07-11 13:46:01 +0300
committerJarryd Beck <jarro.2783@gmail.com>2022-07-11 13:46:01 +0300
commit548d6196f52fa934132299cb3e3f4ae73d64fe93 (patch)
tree61499ce5f001317047c50358226a6b669293fa9e
parent30d97369f2694212cae5e41a6a06c8c0ddc4ced3 (diff)
Add clang format to changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c523055..8f5203d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ options. The project adheres to semantic versioning.
### Added
* Add a `program()` function to retrieve the program name.
+* Added a .clang-format file.
### Bug Fixes