From 9843cc79263e7d8824af29af2beca91b127d6b0d Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Mon, 7 Apr 2025 23:37:36 +0200 Subject: [PATCH] edit .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2f536b4..28f2d92 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,12 +9,12 @@ trim_trailing_whitespace = true # Matches multiple files with brace expansion notation # Set default charset -[*.{js,py,jso{n,nc}}] +[*.{rs,js,py,jso{n,nc}}] charset = utf-8 indent_style = space indent_size = 4 -[*.{c,h}pp] +[*.{c,h}pp,tex] indent_style = space indent_size = 2