From 1306afe77a2fd3858ad7cd2621686ad42fec0066 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 8 Mar 2022 15:39:50 +0100
Subject: [PATCH] chore: globalize editorconfig

---
 .editorconfig          | 11 -----------
 backend/.editorconfig  | 11 -----------
 frontend/.editorconfig | 11 -----------
 3 files changed, 33 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index 07762f4..e69de29 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,11 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.{js,ts,json}]
-indent_size = 2
-indent_style = space
diff --git a/backend/.editorconfig b/backend/.editorconfig
index 07762f4..e69de29 100644
--- a/backend/.editorconfig
+++ b/backend/.editorconfig
@@ -1,11 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.{js,ts,json}]
-indent_size = 2
-indent_style = space
diff --git a/frontend/.editorconfig b/frontend/.editorconfig
index 07762f4..e69de29 100644
--- a/frontend/.editorconfig
+++ b/frontend/.editorconfig
@@ -1,11 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.{js,ts,json}]
-indent_size = 2
-indent_style = space
-- 
GitLab