From 520fd9699badc6f8e764dc4922045ba8fabcda4a Mon Sep 17 00:00:00 2001 From: Yokozuna59 Date: Fri, 5 May 2023 23:02:45 +0300 Subject: [PATCH] style: configure root editorconfig Signed-off-by: Yokozuna59 --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..580211b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true