Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3de8810

Browse files
committed
Add EditorConfig to preserve trailing whitespace http://editorconfig.org/
1 parent ee42954 commit 3de8810

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
# Unix-style newlines with a newline ending every file
6+
end_of_line = lf
7+
insert_final_newline = true
8+
charset = utf-8
9+
10+
# Four-space indentation
11+
indent_size = 4
12+
indent_style = space
13+
14+
trim_trailing_whitespace = false
15+
16+
[*.yml]
17+
# Two-space indentation
18+
indent_size = 2
19+
indent_style = space

0 commit comments

Comments
 (0)