Skip to content

Commit

Permalink
final newline style
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 28, 2024
1 parent 86ea556 commit 5ff5466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
indent_size = 4
indent_style = tab
tab_width = 4
insert_final_newline = true

[*.yml]
indent_size = 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
build:
Expand All @@ -21,4 +21,4 @@ jobs:
validate-wrappers: true

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ org.gradle.caching=true
org.gradle.parallel=true
org.gradle.caching.debug=false
org.gradle.configureondemand=true

# Loom
fabric.loom.multiProjectOptimisation=true

# Mod Metadata
archivesName=glowcase
group=dev.hephaestus
Expand All @@ -20,7 +18,6 @@ homepage=https://modrinth.com/mod/glowcase
issues=https://github.com/modfest/glowcase/issues
sources=https://github.com/modfest/glowcase
license=CC0-1.0

# Mod Version
baseVersion=1.3.3
branch=1.21
branch=1.21

0 comments on commit 5ff5466

Please sign in to comment.