Skip to content

Commit ceff14a

Browse files
ENGCOM-5675: Add .editorconfig file #24150
- Merge Pull Request #24150 from ihor-sviziev/magento2:ihor-sviziev-patch-1 - Merged commits: 1. 201d662 2. 7b6ff5c
2 parents 89e28aa + 7b6ff5c commit ceff14a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)