Skip to content

Commit

Permalink
backstage: add editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
chee authored and notlee committed Nov 8, 2021
1 parent dc3e4c9 commit 6eaadab
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[app.json]
indent_style = space
indent_size = 2

[*.rb]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.yaml]
indent_style = space
indent_size = 2

0 comments on commit 6eaadab

Please sign in to comment.