From 1c8df08824ef80eef4c2a4681ac2d2a1d43e7336 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 16 Jan 2023 14:20:43 +0100 Subject: style: add .editorconfig file Add an `.editorconfig` file to the source root in order to document the preferred source code indentation style. Signed-off-by: Jo-Philipp Wich --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c881546 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = tab +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3