From b82b9b7af786b4bdc696ed00307ae0d5ecf50149 Mon Sep 17 00:00:00 2001 From: Engin Polat Date: Tue, 16 Aug 2022 04:29:16 +0000 Subject: [PATCH] adding common config for code editors --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..73db316 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true