Skip to content

Commit

Permalink
Add an editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Feb 1, 2021
1 parent cd83074 commit 5f940c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

[*.{php,html,twig}]
indent_style = space
indent_size = 4

[*.md]
max_line_length = 80

[COMMIT_EDITMSG]
max_line_length = 0

0 comments on commit 5f940c3

Please sign in to comment.