From b7667bd8daddfaf62ffa3e0da07e7a96a8b2a447 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 24 Oct 2023 19:49:08 +0200 Subject: [PATCH] Configuring test --- .editorconfig | 5 ++++- makefile | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 makefile 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