From 29cd5193ea84df492df0b04f665c77183c911e2b Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 17 Dec 2024 20:50:34 +0100 Subject: Add formatting --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..39b412b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true + +[*.ts] +end_of_line = lf +indent_style = space +indent_size = 4 +max_line_length = 80 -- cgit v1.2.3-70-g09d2