From cd7cf0434f173b3ac135f2678ab38d1bc82f19c4 Mon Sep 17 00:00:00 2001 From: msi Date: Sun, 16 Nov 2025 12:28:25 -0300 Subject: Add lib template --- lib/template/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/template/.editorconfig (limited to 'lib/template/.editorconfig') diff --git a/lib/template/.editorconfig b/lib/template/.editorconfig new file mode 100644 index 0000000..d6c3cc6 --- /dev/null +++ b/lib/template/.editorconfig @@ -0,0 +1,11 @@ +# https://EditorConfig.org +root = true + +[*] +charset = utf-8 +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 + -- cgit v1.2.3