diff --git a/.editorconfig b/.editorconfig index a56b7dc1..eed16bb6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,7 @@ end_of_line = crlf charset = utf-8 trim_trailing_whitespace = false insert_final_newline = false -max_line_length = 180 \ No newline at end of file +max_line_length = 180 + +[makefile] +indent_style = tab diff --git a/makefile b/makefile new file mode 100644 index 00000000..d693ebf2 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ + +test-schemas: + npm run test \ No newline at end of file