summaryrefslogtreecommitdiffstats
path: root/settings/.editorconfig
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-24 09:40:05 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 09:50:22 +0200
commitf4cec587d972b751a5a3cea44e11804e100ff329 (patch)
treee9e5ccd991c6397244f1f9d371ee6b1d9a29c85d /settings/.editorconfig
parentf0586b2eb15651e358b6ebf47b230bc7965dde35 (diff)
downloadnextcloud-server-f4cec587d972b751a5a3cea44e11804e100ff329.tar.gz
nextcloud-server-f4cec587d972b751a5a3cea44e11804e100ff329.zip
Bump makefile, readme, fix typo and cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/.editorconfig')
-rw-r--r--settings/.editorconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/settings/.editorconfig b/settings/.editorconfig
index 9d08a1a828a..a6e3eaf55e2 100644
--- a/settings/.editorconfig
+++ b/settings/.editorconfig
@@ -2,8 +2,11 @@ root = true
[*]
charset = utf-8
-indent_style = space
-indent_size = 2
+indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
+
+[{package.json,.travis.yml}]
+indent_style = space
+indent_size = 2 \ No newline at end of file