label-to-review 커밋

This commit is contained in:
2026-02-25 15:26:09 +09:00
parent 25f6deebb1
commit 7ac03692e9
214 changed files with 4771 additions and 738 deletions

View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
max_line_length = 180