Test editorconfig file
All checks were successful
Build and push container image / build (push) Successful in 38s

This commit is contained in:
toast 2023-10-24 09:36:46 +11:00
parent 18681d2062
commit 75ec7a54a9
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
tokens.json tokens.json
renovate.json renovate.json
.editorconfig
GCP_SERVICE.json GCP_SERVICE.json
# I don't have a clue why that file is in all caps... Thanks Google. # I don't have a clue why that file is in all caps... Thanks Google.
.gitignore .gitignore

3
.editorconfig Normal file
View File

@ -0,0 +1,3 @@
[*]
indent_style = space
indent_size = 2