Skip to content

Commit aba4d00

Browse files
authored
Move .clang-format to project root (eBay#855)
Relocating .clang-format to the root directory ensures it is likely to be automatically detected by IDEs, maintaining consistent code style and avoid meaningless back-and-forth formatting changes. Signed-off-by: Jilong Kou <jkou@ebay.com>
1 parent d607bcc commit aba4d00

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class HomestoreConan(ConanFile):
1111
name = "homestore"
12-
version = "7.3.0"
12+
version = "7.3.1"
1313

1414
homepage = "https://github.com/eBay/Homestore"
1515
description = "HomeStore Storage Engine"

0 commit comments

Comments
 (0)