Skip to content

Commit

Permalink
increase line length limit to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Aug 14, 2024
1 parent 3a69886 commit 7401638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ indent_size = 2
[{include/gemmi/*.hpp,include/gemmi/refine/*.hpp,src/*,prog/*.cpp,prog/*.h,examples/*.cpp}]
trim_trailing_whitespace = true
# 80 characters is preferred, but if slightly longer line improves
# readability, up to 94 is ok.
max_line_length=94
# readability, up to 100 is ok.
max_line_length=100

0 comments on commit 7401638

Please sign in to comment.