Skip to content

Commit

Permalink
Merge pull request #115 from mavit/editorconfig
Browse files Browse the repository at this point in the history
Add an .editorconfig file, to describe how code should be indented
  • Loading branch information
oalders authored Oct 8, 2024
2 parents 6708e58 + b2e3ea1 commit b7bc27e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{PL,pl,pm,t,toml}]
charset = utf-8
indent_size = 4

[*.yml]
indent_size = 2

0 comments on commit b7bc27e

Please sign in to comment.