From 396755987556519e5ab15349ec02593e5ee1fd90 Mon Sep 17 00:00:00 2001 From: Laurent FAINSIN Date: Fri, 26 May 2023 14:54:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20.editorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..aca0a60 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{json,toml,yaml,yml,md}] +indent_size = 2