Updated to latest version.
This commit is contained in:
parent
f7f03d6bd0
commit
f8b364e67d
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2022 pfm
|
Copyright (c) Pat Garrity (pfm)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# meager-scalafmt
|
# gs-scalafmt
|
||||||
|
|
||||||
Standard [scalafmt](https://scalameta.org/scalafmt/) configuration for
|
Standard [scalafmt](https://scalameta.org/scalafmt/) configuration for
|
||||||
[Meager Software](https://meager-software.com/) Scala projects.
|
[Garrity Software](https://garrity.co/) Scala 3 projects.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
||||||
version = 3.7.11
|
version = 3.7.17
|
||||||
runner.dialect = scala3
|
runner.dialect = scala3
|
||||||
maxColumn = 80
|
maxColumn = 80
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue