From efda331aa8bf3fb18f7cea38418e5952f02852f2 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Thu, 20 Nov 2025 17:03:54 -0300 Subject: Add template cli --- cli/template/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cli/template/.editorconfig (limited to 'cli/template/.editorconfig') diff --git a/cli/template/.editorconfig b/cli/template/.editorconfig new file mode 100644 index 0000000..d6c3cc6 --- /dev/null +++ b/cli/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