From e69d98345cb18070aa1702b6856dadf007b34c2d Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:24:37 -0500 Subject: [PATCH] Add js and css to editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index 8f0c87a1..e55cf872 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,11 @@ insert_final_newline = true indent_style = space indent_size = 2 trim_trailing_whitespace = true + +[*.{js,css}] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true