Skip to content

Commit

Permalink
Merge pull request #62 from manala/editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig file
  • Loading branch information
nervo authored Jan 20, 2022
2 parents af30338 + d003647 commit 7503565
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_style = space
indent_size = 4

[*.md]
max_line_length = 120
trim_trailing_whitespace = false

[Makefile,Makefile.dist,*.mk]
indent_style = tab
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.editorconfig export-ignore
/.gitattributes export-ignore
/docs export-ignore

0 comments on commit 7503565

Please sign in to comment.