Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
*~
\#*\#
.\#*
.projectile
.projectile

# Ignore kafka and zookeper logs
resources/kafka/data
11 changes: 11 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version=2.0.0-RC5

project.git = true
maxColumn = 120
docstrings = ScalaDoc
align = more
lineEndings = unix
rewrite.rules = [SortModifiers]
spaces.beforeContextBoundColon = false
optIn.blankLineBeforeDocstring = true
includeCurlyBraceInSelectChains = false
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
Empty file modified resources/kafka/clean-topics.sh
100644 → 100755
Empty file.
Empty file modified resources/kafka/start-servers.sh
100644 → 100755
Empty file.
Empty file modified resources/kafka/stop-servers.sh
100644 → 100755
Empty file.
Loading