From 3ffaca828f9341248feee554762f2f1742276ae5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 17 Jan 2022 15:58:50 +0100 Subject: [PATCH] net/templates/.editorconfig: new file Change-Id: Ieeb67a10c7b7c27a5e0e9dbc8399fe2add9f34d4 --- net/templates/.editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 net/templates/.editorconfig diff --git a/net/templates/.editorconfig b/net/templates/.editorconfig new file mode 100644 index 0000000..71944b2 --- /dev/null +++ b/net/templates/.editorconfig @@ -0,0 +1,7 @@ +[run.sh] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true