Skip to content

Commit

Permalink
Fix #1104: Add .editorconfig (#1107)
Browse files Browse the repository at this point in the history
* added editor config file

* copy from turbine
  • Loading branch information
anandwana001 authored Jul 7, 2021
1 parent 865d68a commit 15df0b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{kt,kts}]
kotlin_imports_layout=ascii
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.project
.settings
eclipsebin
local.properties

bin
gen
Expand Down

0 comments on commit 15df0b0

Please sign in to comment.