Skip to content

Commit

Permalink
fix: Make coding styles consistent with the Shopware platform (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanok authored Nov 27, 2024
1 parent c055d9e commit 56a388c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
; top-most EditorConfig file
# Shopware recipes editor configuration normalization
# http://editorconfig.org/

# This is the top-most .editorconfig file; do not search in parent directories.
root = true

; Unix-style newlines
# All files.
[*]
end_of_line = LF

[*.{yml,yaml}]
end_of_line = lf
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false

0 comments on commit 56a388c

Please sign in to comment.