Skip to content

Commit

Permalink
Moved @file:OptIn below copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
toddobryan committed Mar 16, 2024
1 parent c1f52a0 commit c3f940f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ end_of_line = lf
insert_final_newline = true

[*.{kt,kts}]
ktlint_code_style = intellij_idea
indent_style = space
indent_size = 2
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:OptIn(ExperimentalCompilerApi::class)

/*
* Copyright (C) 2020 Brian Norman
*
Expand All @@ -16,6 +14,8 @@
* limitations under the License.
*/

@file:OptIn(ExperimentalCompilerApi::class)

package com.bnorm.template

import com.tschuchort.compiletesting.JvmCompilationResult
Expand Down

0 comments on commit c3f940f

Please sign in to comment.