queryDSL, application 설정, codestyle 설정 추가

This commit is contained in:
2025-11-12 13:18:45 +09:00
parent bf9baa8500
commit f7e38affb4
3 changed files with 113 additions and 1 deletions

12
.editorconfig Normal file
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 = 100