Skip to content

Commit c73465a

Browse files
committed
Apply clang-format for source files
1 parent 69260e8 commit c73465a

File tree

4 files changed

+700
-680
lines changed

4 files changed

+700
-680
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# wsjcpp-validators Changelog
3+
4+
## [v0.1.3]
5+
6+
- Updated years in license
7+
- Added license comment to source files
8+
- Apply clang format for source code

run_clang_format.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
clang-format -style=file -i src/wsjcpp_validators.h
4+
clang-format -style=file -i src/wsjcpp_validators.cpp

0 commit comments

Comments
 (0)