From: Ruben Beltran del Rio Date: Wed, 30 Aug 2023 17:44:20 +0000 (+0200) Subject: Add editorconfig X-Git-Url: https://git.r.bdr.sh/rbdr/junction/commitdiff_plain/fa4ef5088fc6db7d20616d6bf48ed1d3e9f9f255?hp=b9a2baf2a7c957089e63844b857e05c07b87c2fb Add editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f122ae4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{js,json}] +indent_style = space +indent_size = 2 +charset = utf-8 + +[Makefile] +indent_style = tab