From d3bf2d09f740221771806789b00bf915c9f5f2e3 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 26 Jan 2024 14:51:36 +0100 Subject: initial commit --- mobile/.editorconfig | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 mobile/.editorconfig (limited to 'mobile/.editorconfig') diff --git a/mobile/.editorconfig b/mobile/.editorconfig deleted file mode 100644 index 2ad1eec..0000000 --- a/mobile/.editorconfig +++ /dev/null @@ -1,23 +0,0 @@ -root = true - -[*] -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -charset = utf-8 - -[*.json] -indent_style = space -indent_size = 2 - -[*.js] -indent_style = space -indent_size = 2 - -[*.ts] -indent_style = space -indent_size = 2 - -[*.xml] -indent_style = space -indent_size = 2 -- cgit v1.2.3