This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new a15b79f5ac [Chore] Remove useless `.scalafmt.conf` file (#5616)
a15b79f5ac is described below

commit a15b79f5ac8b49e969a64601d9b9436003d0d0d3
Author: Jia Fan <[email protected]>
AuthorDate: Mon Oct 16 11:03:58 2023 +0800

    [Chore] Remove useless `.scalafmt.conf` file (#5616)
---
 .scalafmt.conf | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/.scalafmt.conf b/.scalafmt.conf
deleted file mode 100644
index a659661b27..0000000000
--- a/.scalafmt.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-# Licensed to Apache Software Foundation (ASF) under one or more contributor
-# license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright
-# ownership. Apache Software Foundation (ASF) licenses this file to you under
-# the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-version = 3.1.1
-runner.dialect=scala211
-project.git=true
-
-align.preset = none
-align.openParenDefnSite = false
-align.openParenCallSite = false
-align.stripMargin = true
-align.tokens = []
-assumeStandardLibraryStripMargin = true
-danglingParentheses.preset = false
-docstrings.style = Asterisk
-docstrings.wrap = no
-importSelectors = singleLine
-indent.extendSite = 2
-literals.hexDigits = Upper
-maxColumn = 100
-newlines.source = keep
-newlines.topLevelStatementBlankLines = []
-optIn.configStyleArguments = false
-rewrite.imports.groups = [
-  ["javax?\\..*"],
-  ["scala\\..*"],
-  ["(?!io\\.github\\.interestinglab\\.).*"],
-  ["io\\.github\\.interestinglab\\..*"]
-]
-rewrite.imports.sort = scalastyle
-rewrite.rules = [Imports, SortModifiers]
\ No newline at end of file

Reply via email to