diff --git a/.editorconfig b/.editorconfig index ab7fbda4..01be3ebf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ insert_final_newline = true [Makefile] indent_style = tab + +[compose.yml] +indent_size = 2 diff --git a/.gitignore b/.gitignore index 2a1fa179..953482e3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ # Generated by Composer /vendor/ + +# Generated by the SQL make script +/sql/*.res