Skip to content

Commit

Permalink
updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Sep 7, 2024
1 parent 2b18be7 commit 6fc9271
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Expand All @@ -11,5 +12,10 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4

ij_php_align_assignments = true
ij_php_align_class_constants = true
ij_php_align_key_value_pairs = true
ij_php_phpdoc_param_spaces_between_tag_and_type = 1

[*.md]
max_line_length = 80

0 comments on commit 6fc9271

Please sign in to comment.