Skip to content

Commit d7167b6

Browse files
Merge branch 'add-editorconfig'
2 parents 969e75c + e95cd4a commit d7167b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copy pasted from Airbnb Javascript Style Guide
2+
# https://github.com/airbnb/javascript
3+
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
charset = utf-8
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
end_of_line = lf
13+
# editorconfig-tools is unable to ignore longs strings or urls
14+
max_line_length = null

0 commit comments

Comments
 (0)