Skip to content

Commit e0757d9

Browse files
committed
chore: move uncrustify formatter configs under the cmake directory
1 parent 31efb79 commit e0757d9

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ add_subdirectory(src)
8181

8282
pythonmonkey_add_external("uncrustify")
8383
pythonmonkey_add_external("autopep8")
84-
add_subdirectory(format)
84+
add_subdirectory(cmake/format)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ include = [
2020
{ path = "src", format = "sdist" },
2121
{ path = "include", format = "sdist" },
2222
{ path = "cmake", format = "sdist" },
23-
{ path = "format", format = "sdist" },
2423
{ path = "tests", format = "sdist" },
2524
{ path = "CMakeLists.txt", format = "sdist" },
2625
{ path = "*.sh", format = "sdist" },

0 commit comments

Comments
 (0)