mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
21 lines
322 B
INI
21 lines
322 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.php]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[*.{yml, yaml, neon, xml, xsl, json}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.{md, markdown}]
|
|
trim_trailing_whitespace = false
|
|
indent_size = 2
|
|
indent_style = space
|