From 5e5560b558ff818546c94135bebf334be770c920 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sat, 9 Mar 2024 15:13:45 -0800 Subject: Add carousel --- .editorconfig | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 135ea6f..41c2aaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,9 @@ root = true -[*.{ts,tsx,json}] +[*] +indent_size = 2 +indent_style = space end_of_line = lf -insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true -indent_style = space -indent_size = 2 -# max_line_length = 80 - -[*.md] -indent_style = space -indent_size = 2 -trim_trailing_whitespace = false +insert_final_newline = true \ No newline at end of file -- cgit v1.2.3