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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-31 02:53:46 +0300
committerGitHub <noreply@github.com>2016-10-31 02:53:46 +0300
commit44283a6f19e4f1b2ca96e4ebacab1f2dc8eb42ed (patch)
treec9c21b56c40f74cdd4c96d6f1f6e11bd0cd597f7 /tests/lib/mocha-3.1.0/.editorconfig
parent395d447052b81ed98b7840df863ec183ed1e285d (diff)
parent67d67100e4c6b8cd42bae8460477ffb6d0e23988 (diff)
Merge 3.x-dev into master for 3.0.0-b2 release3.0.0-b2
Diffstat (limited to 'tests/lib/mocha-3.1.0/.editorconfig')
-rw-r--r--tests/lib/mocha-3.1.0/.editorconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/lib/mocha-3.1.0/.editorconfig b/tests/lib/mocha-3.1.0/.editorconfig
new file mode 100644
index 0000000000..e3a4859eeb
--- /dev/null
+++ b/tests/lib/mocha-3.1.0/.editorconfig
@@ -0,0 +1,18 @@
+# This file is for unifying the coding style for different editors and IDEs
+# editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab
+
+[*.md]
+trim_trailing_whitespace = false