Skip to content

Commit

Permalink
feat: add editorconfig file
Browse files Browse the repository at this point in the history
see editorconfig.org for more info
  • Loading branch information
j-abi authored and Hartorn committed Nov 4, 2019
1 parent bea966f commit 5e84b66
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
@@ -0,0 +1,24 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab

0 comments on commit 5e84b66

Please sign in to comment.