Skip to content

Commit

Permalink
Merge pull request #593 from AlexWayfer/add_editorconfig_file
Browse files Browse the repository at this point in the history
Add EditorConfig file
  • Loading branch information
larskanis authored Sep 20, 2024
2 parents ea55147 + d13cdc5 commit 7f08ece
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
root = true

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

[{*.gemspec,rakelib/**.rb}]
indent_style = space
indent_size = 2

[*.def]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.{md,rdoc}]
indent_style = space
indent_size = 4

0 comments on commit 7f08ece

Please sign in to comment.