Skip to content

Commit 5224713

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8e8e95b + 0f08891 commit 5224713

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 = true
15+
16+
[*.yml]
17+
# Two-space indentation
18+
indent_size = 2
19+
indent_style = space
20+
21+
# Tab indentation (no size specified)
22+
[Makefile]
23+
indent_style = tab

0 commit comments

Comments
 (0)