Skip to content

Commit

Permalink
c improvements (#82)
Browse files Browse the repository at this point in the history
* Scala formatting

Signed-off-by: Prabhu Subramanian <[email protected]>

* full name and signature improvements

Signed-off-by: Prabhu Subramanian <[email protected]>

* scalafmt

Signed-off-by: Prabhu Subramanian <[email protected]>

---------

Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu authored Jul 9, 2024
1 parent 6e61532 commit 6b15d25
Show file tree
Hide file tree
Showing 421 changed files with 43,537 additions and 42,953 deletions.
3 changes: 2 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version = 3.8.1
version = 3.8.2
runner.dialect = scala3
preset = IntelliJ
maxColumn = 100
align.preset = true

indent.main = 4
indent.significant = 2

newlines.source = keep
rewrite.scala3.convertToNewSyntax = true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "chen"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "2.1.2"
ThisBuild / version := "2.1.3"
ThisBuild / scalaVersion := "3.4.2"

val cpgVersion = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://github.com/AppThreat/chen",
"issueTracker": "https://github.com/AppThreat/chen/issues",
"name": "chen",
"version": "2.1.2",
"version": "2.1.3",
"description": "Code Hierarchy Exploration Net (chen) is an advanced exploration toolkit for your application source code and its dependency hierarchy.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
Loading

0 comments on commit 6b15d25

Please sign in to comment.