From 2dd1bfa26f6cc4dd221891b81e93e91c7636516a Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Fri, 12 Dec 2025 16:52:27 +0100 Subject: create, join, and archive ctf instances --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..211695e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 + +[*.{json,yml,yaml}] +indent_size = 2 -- cgit v1.2.3