mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-27 22:40:49 +00:00
* rocketchat:postcss parser and cssnext implementation * convert forms, keygrames and reset to cssnext * convert rtl to cssnext * convert base.less to cssnext * convert base.less to cssnext * fix * selector * try to fix tests * add css browser support * remove duplicated test * remove duplicated get * skip fileupload test * fix tests * skip fileupload tests * Try to fix tests * try to fix the test * test * vai que vai * fix wrong commit * try again * try some more * try to fix tests * skip the failing tests * skip last test * fix stylelint * stylelint * fix height calc * skip sweetalert tests again * skip more sweetalert tests
20 lines
310 B
INI
20 lines
310 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{js,coffee,html,less,css,json}]
|
|
indent_style = tab
|
|
|
|
[*.i18n.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|