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:
authorKai Schröer <splitt3r@users.noreply.github.com>2017-10-10 17:57:09 +0300
committerGitHub <noreply@github.com>2017-10-10 17:57:09 +0300
commit57a8a1dff034db042639a6dbe5c5e8c86e6c07a3 (patch)
treee53276c63b543411c5ee471b1303b196c890f510 /.editorconfig
parent5aa8d0269b848ea5567087c54a87c86c2558b3cb (diff)
Update .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 05481c12..1e61cd2f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,6 +15,10 @@ charset = utf-8
indent_style = tab
indent_size = 4
+# Line length form NC coding guidelines
+trim_trailing_whitespace = true
+max_line_length = 80
+
# 2 space indentation for .travis.yml
[.travis.yml]
indent_style = space