summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-09-28 19:26:05 +0200
committerGitHub <noreply@github.com>2018-09-28 19:26:05 +0200
commitd520d96fee5e791cf7cea9cd5ffcbbbe4ce8d2ea (patch)
treecb79e4bfd4e00b395b3c3b0cc88fe841925d1d90 /.editorconfig
parent754ea8e03f70999a08d9ea172b423aeeb6dcc413 (diff)
parentfc816f42b0c6934c00627e97f0786e8324e9218f (diff)
Merge pull request #596 from nextcloud/vuev3.0.0-alpha1
Contacts 3.0.0
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig15
1 files changed, 4 insertions, 11 deletions
diff --git a/.editorconfig b/.editorconfig
index b6205c3e..198996b9 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,16 +1,9 @@
-# EditorConfig is awesome: http://EditorConfig.org
-
-# top-most EditorConfig file
root = true
-# Unix-style newlines with a newline ending every file
[*]
-end_of_line = lf
-insert_final_newline = true
charset = utf-8
-
-# Matches multiple files with brace expansion notation
-# Set default charset
-[*.{html,js,css}]
indent_style = tab
-
+indent_size = 4
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true