Skip to content

Commit

Permalink
chore: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Mar 8, 2022
1 parent 1b801e4 commit e4c6bc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.pbxproj]
indent_style = tab
1 change: 0 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gradlePlugin {
implementationClass = "com.ttypic.swiftklib.gradle.SwiftKlibPlugin"
}
}

}

repositories {
Expand Down

0 comments on commit e4c6bc9

Please sign in to comment.