From d79f6882636c8803153172bd9f8b3e8fb2cbba1d Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Mon, 1 Sep 2025 04:46:06 +0300 Subject: Add .editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3e36df7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*.{cpp,hpp}] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 +max_line_length = 80 + +[*.md] +max_line_length = 80 + +[COMMIT_EDITMSG] +max_line_length = 74 -- cgit v1.2.3