net/templates/.editorconfig: new file

Change-Id: Ieeb67a10c7b7c27a5e0e9dbc8399fe2add9f34d4
This commit is contained in:
Oliver Smith 2022-01-17 15:58:50 +01:00
parent 0a662f4ac5
commit 15efd5cb81
1 changed files with 7 additions and 0 deletions

View File

@ -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