Skip to content

Commit

Permalink
chore: Introduce editorconfig so editors can format consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Jun 21, 2023
1 parent 5023bda commit 8a7023e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 160
tab_width = 4
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_visual_guides = none
ij_wrap_on_typing = false

0 comments on commit 8a7023e

Please sign in to comment.