Skip to content

Commit

Permalink
Added .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz committed Nov 26, 2018
1 parent 0c7f436 commit 62be9e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
# https://EditorConfig.org

# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# Settings for all files
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true

0 comments on commit 62be9e0

Please sign in to comment.