Rocket.Chat/.editorconfig
Karl Prieb 9e14767ec0 [NEW] postcss parser and cssnext implementation (#6982)
* 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
2017-05-23 17:21:12 -03:00

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