Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Jae-Yoon authored Dec 3, 2023
2 parents 90dbac7 + f4ff44a commit 5cb4c14
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true

[*.bat]
end_of_line = crlf

[*.java]
indent_style = tab
ij_java_blank_lines_after_class_header = 1
Loading

0 comments on commit 5cb4c14

Please sign in to comment.