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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2019-05-22 22:40:03 +0300
committerGitHub <noreply@github.com>2019-05-22 22:40:03 +0300
commitfc7631eb9e7e89876f2570d18b872b89fb30832c (patch)
tree971a1b0d518d79adda0522c2a17485d988db77cc /.editorconfig
parentdeb80e4774d42151c7af3549832d5a1dc863cbca (diff)
switch to Vue.js
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 00000000..198996b9
--- /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