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:
authorSarah German <sgerman@gitlab.com>2022-07-06 17:12:21 +0300
committerSarah German <sgerman@gitlab.com>2022-07-06 17:12:21 +0300
commit1e442b711101c5f84d5cf3ddfda9993b00f21261 (patch)
tree4b300277759fb2fc659b603bef6f3449f20de980
parent374584a50b626ac90665b40465bde6ca0417ffa1 (diff)
parentaef1206791a52a83cba5ee9f7da7b89dbf0e0e1b (diff)
Merge branch 'eread/add-editorconfig-configuration' into 'main'
Add editorconfig configuration See merge request gitlab-org/gitlab-docs!2891
-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