From b245dfcf9dd441674b40605df41b2920c13b66f5 Mon Sep 17 00:00:00 2001 From: msi Date: Thu, 13 Nov 2025 12:02:56 -0300 Subject: Start boilerplate axum web --- web/template/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/template/.editorconfig (limited to 'web/template/.editorconfig') diff --git a/web/template/.editorconfig b/web/template/.editorconfig new file mode 100644 index 0000000..d6c3cc6 --- /dev/null +++ b/web/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