* Add .editorconfig * Add .gitattributes * Remove indent_style * Remove .editorconfig
@@ -0,0 +1,4 @@
+* text=auto eol=lf
+
+*.bat text eol=crlf
+*.jar binary
@@ -5,6 +5,7 @@ on:
- main
paths-ignore:
- '.idea/**'
+ - '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
@@ -13,6 +14,7 @@ on:
pull_request:
@@ -36,4 +38,4 @@ jobs:
with:
go-version: 1.17
- name: Build
- run: ./gradlew --no-daemon app:assembleFossRelease
+ run: ./gradlew --no-daemon app:assembleFossRelease