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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-02-28 22:18:40 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-02-28 22:18:40 +0300
commitce7dfa9b12db850e09dadb6d68737a08aba757cc (patch)
tree2026b19f8324865b334d7fb3e966330f7991b764 /.editorconfig
parent07bd2b5178d9c5372838cab72a4b43428fd01c4b (diff)
Remove coffeescript
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index aee39726..1c47fb6e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,9 +7,11 @@ end_of_line = lf
insert_final_newline = true
# Set default charset and indentation
-[*.{php,coffee,less}]
+[*.{php,js}]
charset = utf-8
indent_style = tab
+tab_width = 4
+indent_size = 4
# Indentation override for PHP templates
[templates/**.php]