Skip to content

Commit

Permalink
Updated editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrodway committed Jun 6, 2020
1 parent 32acd30 commit f43e16d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
@@ -1,16 +1,16 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*]
charset = utf-8

# Tab indentation (no size specified)
indent_style = tab
indent_size = 4


[*.{md,txt}]
indent_style = space
indent_size = 2

0 comments on commit f43e16d

Please sign in to comment.