Skip to content

Commit 6b15d25

Browse files
authored
c improvements (#82)
* Scala formatting Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * full name and signature improvements Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * scalafmt Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> --------- Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 6e61532 commit 6b15d25

File tree

421 files changed

+43537
-42953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

421 files changed

+43537
-42953
lines changed

.scalafmt.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
version = 3.8.1
1+
version = 3.8.2
22
runner.dialect = scala3
33
preset = IntelliJ
44
maxColumn = 100
55
align.preset = true
66

77
indent.main = 4
8+
indent.significant = 2
89

910
newlines.source = keep
1011
rewrite.scala3.convertToNewSyntax = true

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "chen"
22
ThisBuild / organization := "io.appthreat"
3-
ThisBuild / version := "2.1.2"
3+
ThisBuild / version := "2.1.3"
44
ThisBuild / scalaVersion := "3.4.2"
55

66
val cpgVersion = "1.0.0"

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"downloadUrl": "https://github.com/AppThreat/chen",
88
"issueTracker": "https://github.com/AppThreat/chen/issues",
99
"name": "chen",
10-
"version": "2.1.2",
10+
"version": "2.1.3",
1111
"description": "Code Hierarchy Exploration Net (chen) is an advanced exploration toolkit for your application source code and its dependency hierarchy.",
1212
"applicationCategory": "code-analysis",
1313
"keywords": [

0 commit comments

Comments
 (0)