This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/.editorconfig

20 lines
286 B
INI
Raw Permalink Normal View History

; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
2018-09-06 10:47:51 +01:00
charset = utf-8
end_of_line = LF
2018-09-06 10:47:51 +01:00
insert_final_newline = true
trim_trailing_whitespace = true
2018-09-06 10:47:51 +01:00
[*.{php,html,twig}]
indent_style = space
indent_size = 4
2018-09-06 10:47:51 +01:00
[*.md]
max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 0