forked from libgeos/geos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120 column wrapping, and some basic consistency around parens, operators and function signatures. Code now matches editorconfig so patches should largely lack whitespace noise, and folks trying to "match the code around" should find it easier to figure out what "match" means. Per https://lists.osgeo.org/pipermail/geos-devel/2018-September/008539.html
- Loading branch information
Showing
812 changed files
with
80,653 additions
and
77,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--style=stroustrup | ||
--indent=spaces=4 | ||
--max-code-length=120 | ||
--lineend=linux | ||
--unpad-paren | ||
--pad-oper | ||
--align-pointer=type | ||
--align-reference=type | ||
--break-closing-braces | ||
--add-braces | ||
--break-return-type | ||
--break-after-logical |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.