Skip to content

Commit 76658b6

Browse files
author
nizyev
committed
Merge remote-tracking branch 'origin/develop' into feature/github-auth
2 parents fdf0427 + 48c238b commit 76658b6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
# JavaScript and CoffeeScript files
13+
[*.{js,coffee}]
14+
charset = utf-8
15+
indent_style = space
16+
indent_size = 2
17+
18+
# Handlebars and jade templates
19+
[*.{html,jade} ]
20+
charset = utf-8
21+
indent_style = space
22+
indent_size = 2

0 commit comments

Comments
 (0)