| 123456789101112131415161718 | # .editorconfig# Meteor adapted EditorConfig, http://EditorConfig.org# By RaiX 2013root = true[*.js]end_of_line = lfinsert_final_newline = trueindent_style = spaceindent_size = 2trim_trailing_whitespace = truecharset = utf-8max_line_length = 80indent_brace_style = 1TBSspaces_around_operators = truequote_type = auto# curly_bracket_next_line = true
 |