We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d23811 commit d1238c2Copy full SHA for d1238c2
.editorconfig
@@ -0,0 +1,19 @@
1
+[composer.json]
2
+indent_size = 4
3
+
4
+[*.php]
5
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
0 commit comments