feat(shared-skills): batch 85 (10 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:15 +09:00
parent b7ed2a9484
commit 43383342d4
10 changed files with 297 additions and 0 deletions
@@ -0,0 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml,json,md}]
indent_style = space
indent_size = 2