From 57a8a1dff034db042639a6dbe5c5e8c86e6c07a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Schr=C3=B6er?= Date: Tue, 10 Oct 2017 16:57:09 +0200 Subject: Update .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3