Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Adding a generic .editorconfig. https://editorconfig.org/ (#36)
Browse files Browse the repository at this point in the history
Adding a generic .editorconfig. https://editorconfig.org/
  • Loading branch information
ryanking authored and czimergebot committed Nov 20, 2019
1 parent 3f446e2 commit 383922c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# EditorConfig https://EditorConfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[Makefile]
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 383922c

Please sign in to comment.