From fc6cf6169868e60c189e4b243330c3717ff159f3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 26 May 2022 13:58:07 +0200 Subject: ... --- overlays/spm/frontend/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 overlays/spm/frontend/.editorconfig (limited to 'overlays/spm/frontend/.editorconfig') diff --git a/overlays/spm/frontend/.editorconfig b/overlays/spm/frontend/.editorconfig new file mode 100644 index 00000000..59d9a3a3 --- /dev/null +++ b/overlays/spm/frontend/.editorconfig @@ -0,0 +1,16 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.ts] +quote_type = single + +[*.md] +max_line_length = off +trim_trailing_whitespace = false -- cgit v1.2.3