Archived
1
0
Fork 0
This repository has been archived on 2021-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
ifnews/.editorconfig
Alexander Yakovlev 266d7c369d
Fixed logging
Laravel Zero is broken in this project for some reason
2019-11-30 11:43:07 +07:00

17 lines
234 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2