Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrNixx committed Sep 12, 2020
1 parent a9b7b53 commit 48b7bf8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
daysUntilStale: 730
daysUntilClose: 14
exemptLabels:
- prospect
- foundational
- want
- bug
staleLabel: stale
markComment: >
There has been no activity on this issue for 2 years. It will be
automatically closed in 2 weeks.
If the issue is still relevant, please briefly explain (or remove the label).
Feel free to reopen at any time.
closeComment: false
8 changes: 8 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# search ignores
vendor
translation
ui/*/css/build
public/font
public/sound
public/piece
public/piece-css
4 changes: 4 additions & 0 deletions .sbtopts.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-J-Xms256M
-J-Xmx2048M
-J-XX:MaxMetaspaceSize=1024M
-J-Xss1M
14 changes: 0 additions & 14 deletions .scalafix.conf

This file was deleted.

6 changes: 6 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version = "2.6.3"
align.preset = more
maxColumn = 110
spaces.inImportCurlyBraces = true
rewrite.rules = [SortImports, RedundantParens, SortModifiers]
rewrite.redundantBraces.stringInterpolation = true

0 comments on commit 48b7bf8

Please sign in to comment.