Skip to content

Commit ab3aaf3

Browse files
qzminskiaschempp
andauthored
Prepare for Contao 5.7 (#428)
Co-authored-by: Andreas Schempp <andreas.schempp@terminal42.ch>
1 parent 55f39b5 commit ab3aaf3

26 files changed

Lines changed: 4621 additions & 2024 deletions

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.{php,html5,twig,yml,json}]
13+
indent_style = space
14+
indent_size = 4
15+
16+
[*.{svg,min.css,min.js}]
17+
insert_final_newline = false
18+
19+
[*.md]
20+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)