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:15:16 UTC

[myfaces-tobago] branch main updated: Update .editorconfig

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4c8bfb8281 Update .editorconfig
4c8bfb8281 is described below

commit 4c8bfb8281efe430b16d6afabcad5324833e1817
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Nov 25 18:15:12 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