emoji-catalog/.editorconfig

21 lines
297 B
INI
Raw Permalink Normal View History

2019-08-30 22:22:51 +03:00
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
2022-02-09 01:06:21 +03:00
indent_style = space
indent_size = 2
2019-08-30 22:22:51 +03:00
[*.php]
indent_size = 4
[*.{md, markdown}]
trim_trailing_whitespace = false
2022-02-09 01:06:21 +03:00
max_line_length = 80
2022-11-06 17:02:43 +03:00
[.gitattributes]
indent_style = tab
tab_width = 4