Skip to content

Commit

Permalink
Merge pull request #192 from brettz9/editorconfig
Browse files Browse the repository at this point in the history
    Add `.editorconfig`
  • Loading branch information
xjamundx committed Jul 8, 2020
1 parent 0c95a4e commit 78f2b20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
; EditorConfig file: https://EditorConfig.org
; Install the "EditorConfig" plugin into your editor to use

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

0 comments on commit 78f2b20

Please sign in to comment.