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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ndung'u <kevgathuku@gmail.com>2018-09-27 20:06:20 +0300
committerKevin Ndung'u <kevgathuku@gmail.com>2018-09-28 13:54:03 +0300
commit6bff18bdda3db60b46835db432f886748f4e93dd (patch)
treebc46da4765ab888821e3f8a591ee5e3a77c092bb /.editorconfig
parent171dca6d25191fd93b4353bd97f23c871929ceb4 (diff)
Add prettier config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..198996b96
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = tab
+indent_size = 4
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true