You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/25 17:16:55 UTC

[myfaces-tobago] branch tobago-5.x updated: Update .editorconfig

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 140f21bdce Update .editorconfig
140f21bdce is described below

commit 140f21bdce7b1f806496b49eccc8a20830b163a0
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Nov 25 18:16:51 2022 +0100

    Update .editorconfig
---
 .editorconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.editorconfig b/.editorconfig
index 6360eeff01..c4c16bbe22 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -24,6 +24,7 @@ indent_style = space
 tab_width = 2
 indent_size = tab
 ij_continuation_indent_size = 4
+max_line_length = 120
 end_of_line = lf
 trim_trailing_whitespace = true
 insert_final_newline = true