diff --git a/.dockerignore b/.dockerignore index 5bbf8e6..566b124 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ tokens.json renovate.json +.editorconfig GCP_SERVICE.json # I don't have a clue why that file is in all caps... Thanks Google. .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bbf3e21 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = space +indent_size = 2 \ No newline at end of file