Skip to content

Commit

Permalink
chore: add ktlint_official convention (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn authored Jul 9, 2023
1 parent a1b82b6 commit 83e7c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ insert_final_newline=true
disabled_rules=no-wildcard-imports,import-ordering,comment-spacing

[*.{kt,kts}]
insert_final_newline=false
ktlint_code_style = ktlint_official
5 changes: 4 additions & 1 deletion .github/workflows/gradle-build-test-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Gradlew build-test-ktlint

on: [push]
on:
pull_request:
push:
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 83e7c96

Please sign in to comment.