This commit is contained in:
syuilo
2021-05-12 23:29:17 +09:00
parent 8d7e6ee769
commit b53a6bfe0c
4 changed files with 5047 additions and 0 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true
[*.json]
indent_style = space
[*.yml]
indent_style = space