feat: Add dev container (#8589)

This commit is contained in:
Kent Johnson
2025-05-26 20:35:27 -05:00
committed by GitHub
parent 83bfbc7045
commit 35d2281717
7 changed files with 48 additions and 1 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[*]
# force *nix line endings so files don't look modified in container run from Windows clone
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true