From 4a656bf19a45e0b3f553f9c518e7e842cc6cbf51 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Aug 2022 01:26:47 +0200 Subject: editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..530cd69 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[*.{c,h,cff,hff}] +indent_style = space +indent_size = 3 -- cgit v1.2.3