summaryrefslogtreecommitdiffstats
path: root/packages/meteor-useraccounts-core/.editorconfig
blob: 6667b413268d854b9e91483f828835cdd18b37e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#.editorconfig
# Meteor adapted EditorConfig, http://EditorConfig.org
# By RaiX 2013

root = true

[*.js]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 80
indent_brace_style = 1TBS
spaces_around_operators = true
quote_type = auto
# curly_bracket_next_line = true