Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-07-06 01:48:46 +0300
committerEvan Read <eread@gitlab.com>2022-07-06 01:48:46 +0300
commitaef1206791a52a83cba5ee9f7da7b89dbf0e0e1b (patch)
tree3f0e69af351b348389f3ba9da900e20c6605c1ab
parent0260f0f426a6e07d0ea34bec9df382cee9876b92 (diff)
Add editorconfig configurationeread/add-editorconfig-configuration
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..0f178672
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true