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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accessibility/.editorconfig')
-rw-r--r--apps/accessibility/.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/accessibility/.editorconfig b/apps/accessibility/.editorconfig
new file mode 100644
index 00000000000..198996b96fb
--- /dev/null
+++ b/apps/accessibility/.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