Skip to content

Commit 5d4474a

Browse files
committed
add code style
1 parent 6689585 commit 5d4474a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ target/
44
!**/src/test/**/target/
55

66
### IntelliJ IDEA ###
7-
.idea/
7+
.idea/*
8+
!.idea/codeStyles/
9+
!.idea/codeStyles/**
810
*.iws
911
*.iml
1012
*.ipr
@@ -43,4 +45,4 @@ build/
4345
/main.py
4446
/pyproject.toml
4547
/uv.lock
46-
**/__pycache__
48+
**/__pycache__

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)