IO-2632 Add basic instance manager functions & editor config.

This commit is contained in:
Patrick Fic
2024-02-07 11:38:57 -08:00
parent 797610a364
commit 04a06e85ec
3 changed files with 86 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
[*.json]
indent_size = 2