8e825941127da8b94e0d4e2d186dd6a6f3fcb07e
[yaffs-website] / vendor / cweagans / composer-patches / .editorconfig
1 # This is the top-most .editorconfig file; do not search in parent directories.
2 root = true
3
4 # All files.
5 [*]
6 end_of_line = LF
7 indent_style = space
8 indent_size = 2
9 charset = utf-8
10 trim_trailing_whitespace = true
11 insert_final_newline = true