From 836f91535f421be4cba2840aed55aba3c5f72f1b Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 22 Jun 2023 20:17:24 +0200 Subject: Add .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5697a97 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# https://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{c,h}] +indent_style = space +indent_size = 3 + +[Makefile] +indent_style = tab -- cgit v1.2.3