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:
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]