Skip to content

Commit d1238c2

Browse files
committed
Added .editorconfig
1 parent 0d23811 commit d1238c2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[composer.json]
2+
indent_size = 4
3+
4+
[*.php]
5+
indent_size = 4
6+
ij_php_force_empty_methods_in_one_line = true
7+
ij_php_phpdoc_blank_lines_around_parameters = true
8+
ij_php_align_key_value_pairs = true
9+
ij_php_align_class_constants = true
10+
ij_php_align_enum_cases = true
11+
ij_php_align_multiline_parameters_in_calls = false
12+
13+
[*.xml]
14+
indent_size = 2
15+
tab_width = 2
16+
ij_continuation_indent_size = 4
17+
18+
[*.md]
19+
indent_size = 2

0 commit comments

Comments
 (0)