You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,23 @@ This will produce the jsqlparser-VERSION.jar file in the target/ directory.
71
71
72
72
**To build this project without using Maven, one has to build the parser by JavaCC using the CLI options it provids.**
73
73
74
+
## Source Code conventions
75
+
76
+
Recently a checkstyle process was integrated into the build process. JSqlParser follows the sun java format convention. There are no TABs allowed. Use spaces.
0 commit comments