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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsplitt3r <splitt3r@users.noreply.github.com>2017-10-08 16:10:15 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2017-10-08 16:10:15 +0300
commit4b47fe4f06ae99c01771b6cb26af8f84b2f5b604 (patch)
treec7c7fdd6217f29e3e6f8f35d388cf327ba2a43a4 /.editorconfig
parentd10da8dc1dd91c58caa4a6a2cef86d77421c9cdd (diff)
Changed to new NC app skeleton structure
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..89f760d2
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+# 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
+
+# Set default charset
+charset = utf-8
+
+# 4 space indentation
+indent_style = space
+indent_size = 4