From 9d1e0ead4b541448a2606a337fe15c6780a069c7 Mon Sep 17 00:00:00 2001 From: Robear Selwans Date: Fri, 8 May 2026 14:23:55 +0300 Subject: [PATCH] Added .editorconfig --- .editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e6dbb42 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true + +# All (Defaults) +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = false +trim_trailing_whitespace = true +max_line_length = 80 +indent_style = space +indent_size = 2 + + +# C +# [*.{c,h}] +# indent_style = space +# indent_size = 2 \ No newline at end of file