From 06fae976b3de009f01420d07c6b50cf50723f027 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 4 Jan 2023 17:10:06 +0300 Subject: [PATCH] [style] update editorconfig Signed-off-by: R4SAS --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 97acf820..ed3973c5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,11 @@ insert_final_newline = true indent_style = tab indent_size = 4 +[*.cmd] +indent_style = space +indent_size = 2 +end_of_line = crlf + [*.{h,cpp}] indent_style = tab indent_size = 4