From 0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7 Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 18 Mar 2024 13:38:28 +0000 Subject: Update .editorconfig --- .editorconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 7dce924..2c10248 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,11 +15,9 @@ insert_final_newline = true indent_style = space indent_size = 2 +[*.erl] +indent_size = 4 + [*.{gleam, erl, mjs, js, ts}] max_line_length = 80 -[*.md] -# double whitespace at end of line -# denotes a line break in Markdown -trim_trailing_whitespace = false -max_line_length = off -- cgit v1.2.3