Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
L3 - Projet programmation 2
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
v-lafeychine
L3 - Projet programmation 2
Commits
f41e283a
Verified
Commit
f41e283a
authored
3 years ago
by
v-lafeychine
Browse files
Options
Downloads
Patches
Plain Diff
Add scalafmt formatter + build
parent
d5149044
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Resolve "Initial features"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.scalafmt.conf
+12
-0
12 additions, 0 deletions
.scalafmt.conf
build.sbt
+5
-0
5 additions, 0 deletions
build.sbt
project/build.properties
+1
-0
1 addition, 0 deletions
project/build.properties
with
18 additions
and
0 deletions
.scalafmt.conf
0 → 100644
+
12
−
0
View file @
f41e283a
# https://diamantidis.github.io/2020/05/17/ci-with-github-actions-for-scala-project
version
=
"3.3.0"
runner
.
dialect
=
scala3
rewrite
.
scala3
.
convertToNewSyntax
=
true
maxColumn
=
120
indent
.
main
=
4
indent
.
callSite
=
4
project
.
git
=
true
This diff is collapsed.
Click to expand it.
build.sbt
0 → 100644
+
5
−
0
View file @
f41e283a
lazy
val
root
=
(
project
in
file
(
"."
))
.
settings
(
name
:=
"prog-2"
,
scalaVersion
:=
"3.1.0"
)
This diff is collapsed.
Click to expand it.
project/build.properties
0 → 100644
+
1
−
0
View file @
f41e283a
sbt.version
=
1.5.4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment