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

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9f5c20a  ORC-947: Update coding guide to max line length 100 and 
enforce it
9f5c20a is described below

commit 9f5c20abb4384450ca32e49e88193ae22f638810
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Aug 15 10:33:47 2021 -0700

    ORC-947: Update coding guide to max line length 100 and enforce it
---
 develop/coding/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/develop/coding/index.html b/develop/coding/index.html
index ca7492f..4f79f19 100644
--- a/develop/coding/index.html
+++ b/develop/coding/index.html
@@ -97,7 +97,7 @@
 <h2 id="formatting">Formatting</h2>
 
 <ul>
-  <li>All files must have an 80 character maximum line length.</li>
+  <li>All files must have an 100 character maximum line length.</li>
   <li>Indentation should be 2 spaces.</li>
   <li>Files should use spaces instead of tabs.</li>
   <li>Wrapping lines

Reply via email to