chore: add development files

This commit is contained in:
Hiroki Osame
2023-03-02 10:03:50 +09:00
parent ac6972c506
commit 2503d0c1f7
4 changed files with 16 additions and 3 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2