staging: add dev files

This commit is contained in:
b12f 2025-04-16 00:59:36 +02:00
parent 7e3baef553
commit 246c1f4dde
Signed by: b12f
GPG key ID: 729956E1124F8F26
3 changed files with 51 additions and 0 deletions

43
staging/.editorconfig Normal file
View file

@ -0,0 +1,43 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
# Ignore diffs/patches
[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_size = unset
charset = unset
indent_style = unset
indent_size = unset
[{.*,secrets}/**]
end_of_line = false
insert_final_newline = false
trim_trailing_whitespace = unset
charset = unset
indent_style = unset
indent_size = unset
[*.rom]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
charset = unset
indent_style = unset
indent_size = unset
[*.py]
indent_size = 4
[*.md]
max_line_length = off
trim_trailing_whitespace = false

1
staging/.envrc Normal file
View file

@ -0,0 +1 @@
use flake

7
staging/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
*.tf.json
/tags.*
.direnv
.terraform
*.plan
result
results