Skip to content

Commit 7503565

Browse files
authored
Merge pull request #62 from manala/editorconfig
Add .editorconfig file
2 parents af30338 + d003647 commit 7503565

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
; top-most EditorConfig file
2+
root = true
3+
4+
; Unix-style newlines
5+
[*]
6+
charset = utf-8
7+
end_of_line = LF
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.{yml,yaml}]
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.md]
16+
max_line_length = 120
17+
trim_trailing_whitespace = false
18+
19+
[Makefile,Makefile.dist,*.mk]
20+
indent_style = tab

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.editorconfig export-ignore
12
/.gitattributes export-ignore
23
/docs export-ignore

0 commit comments

Comments
 (0)