Skip to content

Commit

Permalink
Support of contribution: config editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliot-Tm committed Jul 29, 2024
1 parent d8d5019 commit fe489fd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.php]
indent_style = space
indent_size = 4

[*.xml]
indent_style = space
indent_size = 4

[*.neon]
indent_style = tab
indent_size = 4

[*.{yaml,yml}]
indent_style = space
indent_size = 4

[composer.json]
indent_style = space
indent_size = 4

[.phive/trust-gpg-keys.txt]
insert_final_newline = false
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text eol=lf
* text eol=lf
*.neon linguist-language=YAML

0 comments on commit fe489fd

Please sign in to comment.