Skip to content

Commit

Permalink
Merge pull request #141 from SADiLaR/editorconfig
Browse files Browse the repository at this point in the history
+.editorconfig
  • Loading branch information
friedelwolff authored Nov 7, 2024
2 parents 61c3f07 + 0f1f90e commit c0fc10f
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 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
trim_trailing_whitespace = true

[*.html]
max_line_length = 120

[*.md]
max_line_length = 80

[{*.yaml,*.yml}]
indent_size = 2

0 comments on commit c0fc10f

Please sign in to comment.