File tree Expand file tree Collapse file tree 6 files changed +58
-19
lines changed Expand file tree Collapse file tree 6 files changed +58
-19
lines changed Original file line number Diff line number Diff line change
1
+ [* ]
2
+ charset = utf-8
3
+ end_of_line = crlf
4
+ insert_final_newline = true
5
+ max_line_length = 80
6
+ trim_trailing_whitespace = true
7
+ indent_style = space
8
+ indent_size = 2
9
+
10
+ [* .py ]
11
+ indent_size = 4
12
+
13
+ [* .md ]
14
+ trim_trailing_whitespace = false
15
+
16
+ [* .sh ]
17
+ end_of_line = lf
Original file line number Diff line number Diff line change 10
10
* .launch text
11
11
* .prefs text
12
12
13
- # Declare files that will always have CRLF line endings on checkout.
13
+ # Declare files that will always have fixed line endings on checkout.
14
14
* .sln text eol =crlf
15
+ * .sh text eol =lf
15
16
16
17
# Denote all files that are truly binary and should not be modified.
17
18
* .png binary
Original file line number Diff line number Diff line change
1
+ # Eclipse
2
+ .project
3
+ .classpath
4
+ .settings /
5
+ .loadpath
6
+ .recommenders
7
+ .externalToolBuilders /
8
+ * .launch
9
+ .springBeans
10
+ .recommenders /
11
+ .apt_generated /
12
+ bin /
13
+
14
+ # IntelliJ IDEA
15
+ .idea /
16
+ ** /* .iml
17
+
1
18
* .patch
2
19
.clover
3
20
.svn
4
- .idea /
5
- ** /* .iml
6
- .settings /com.atlassian.clover.eclipse.core.prefs
21
+ * .png
22
+
23
+ target /
24
+ workspace /
25
+
26
+ pom.xml.tag
27
+ pom.xml.releaseBackup
28
+ pom.xml.versionsBackup
29
+ pom.xml.next
30
+ release.properties
31
+ dependency-reduced-pom.xml
32
+ buildNumber.properties
33
+ __init__.py
34
+
7
35
/schemacrawler-db2 /* .jar
8
36
/schemacrawler-distrib /* .bnd
9
37
/schemacrawler-distrib /* .jar
19
47
/schemacrawler /gpl-3.0.txt
20
48
/schemacrawler /lgpl-3.0.txt
21
49
/schemacrawler /src /assembly /schemacrawler.pom.asc
22
- target /
23
- bin /
24
- workspace /
25
- pom.xml.tag
26
- pom.xml.releaseBackup
27
- pom.xml.versionsBackup
28
- pom.xml.next
29
- release.properties
30
- dependency-reduced-pom.xml
31
- buildNumber.properties
50
+ /schemacrawler-examplecode /src /main /java /Issue166.java
51
+ /schemacrawler-examplecode /src /main /java /Issue167.java
52
+
32
53
/schemacrawler-examplecode /derby.log
33
54
** /hsqldb.schemacrawler.lck
34
55
** /hsqldb.schemacrawler.lobs
35
56
** /hsqldb.schemacrawler.log
36
57
** /hsqldb.schemacrawler.properties
37
58
** /hsqldb.schemacrawler.script
38
59
** /derby.log
39
- / schemacrawler-examplecode / src / main / java / Issue166.java
40
- /schemacrawler-examplecode / src / main / java / Issue167.java
60
+
61
+ /schemacrawler-scripting / serialize. *
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.9.2 </version >
9
+ <version >16.9.3 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-database-plugins-parent</artifactId >
12
12
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >us.fatehi</groupId >
9
9
<artifactId >schemacrawler-parent</artifactId >
10
- <version >16.9.2 </version >
10
+ <version >16.9.3 </version >
11
11
</parent >
12
12
<artifactId >schemacrawler-sapiq</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.9.2 </version >
9
+ <version >16.9.3 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-timesten</artifactId >
12
12
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments