프로젝트 추가

This commit is contained in:
2026-02-21 21:49:54 +09:00
parent 65ab25c289
commit 2049624841
138 changed files with 3691 additions and 0 deletions

42
.editorconfig Normal file
View File

@@ -0,0 +1,42 @@
root = true
[*]
end_of_line = lf
charset = utf-8-bom
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
[{*[Mm]akefile*,*.mak,*.mk,depend}]
indent_style = tab
[*.{bat, cmd, cmd.*}]
end_of_line = crlf
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[*.gemspec]
indent_size = 2
[*.rb]
indent_size = 2
[*.bat]
end_of_line = crlf
[{*.cmake, *CMakeLists.txt}]
indent_size = 2
indent_style = space