Commit 0b45618
committed
"Refactor .editorconfig files to simplify indentation rules
Unified `indent_size` across all `*.editorconfig` files by removing redundant per-filetype overrides. Set the default `indent_size` to 2 spaces globally while retaining 4 spaces for PHP files. This reduces duplication and ensures consistent code formatting rules across all referenced repositories. Removed unnecessary `indent_size` declarations for specific file types (e.g., HTML, CSS, JS) and maintained essential formatting attributes like `trim_trailing_whitespace` and `max_line_length` where relevant. This change streamlines configuration management and promotes centralized control of indentation standards."1 parent 1f784fb commit 0b45618
1 file changed
Lines changed: 2 additions & 52 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
37 | 25 | | |
38 | | - | |
39 | 26 | | |
40 | 27 | | |
41 | 28 | | |
42 | 29 | | |
43 | 30 | | |
44 | | - | |
45 | 31 | | |
46 | 32 | | |
47 | 33 | | |
48 | | - | |
49 | 34 | | |
50 | 35 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 36 | | |
68 | 37 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 38 | + | |
0 commit comments