From fa4ef5088fc6db7d20616d6bf48ed1d3e9f9f255 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 30 Aug 2023 19:44:20 +0200 Subject: Add editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.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 -- cgit