aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index bc423183..00000000
--- a/.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-# For more info on `.editorconfig` file see https://EditorConfig.org
-
-# top-most EditorConfig file
-root = true
-
-# Newline ending every file
-[*]
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-indent_style = tab