forked from vicentllongo/simplecov-json
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
25 lines (20 loc) · 538 Bytes
/
Copy path.editorconfig
File metadata and controls
25 lines (20 loc) · 538 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# Markdown
[*.{markdown,mdown,mkdn,md,mkd,mdwn,mdtxt,mdtext,text,Rmd}]
trim_trailing_whitespace = false
# Ruby view template languages
[*.{slim,haml}]
trim_trailing_whitespace = false
# Tab indentation (no size specified)
[Makefile]
indent_style = tab